LightMode constructor
LightMode({
- required PrimaryColor primaryColor,
- required String indicatorColor,
- required PrimaryColor secondaryColor,
- required PrimaryColor label,
- required PrimaryColor alert,
- required Button button,
Implementation
LightMode({
required this.primaryColor,
required this.indicatorColor,
required this.secondaryColor,
required this.label,
required this.alert,
required this.button,
});