CDKButtonRadioPainter constructor

CDKButtonRadioPainter(
  1. {required Color colorAccent,
  2. required Color colorAccent200,
  3. required Color colorBackgroundSecondary0,
  4. required bool isSelected,
  5. required bool hasAppFocus,
  6. required double size,
  7. required bool isLightTheme}
)

Implementation

CDKButtonRadioPainter({
  required this.colorAccent,
  required this.colorAccent200,
  required this.colorBackgroundSecondary0,
  required this.isSelected,
  required this.hasAppFocus,
  required this.size,
  required this.isLightTheme,
});