LightSettings constructor
LightSettings({})
Represents settings to control notification LED that can be included in AndroidNotification.
Implementation
LightSettings({
required this.color,
required this.lightOnDurationMillis,
required this.lightOffDurationMillis,
});