DataWedgeLedSettings constructor
const
DataWedgeLedSettings({})
Creates new LED settings.
color is the LED color.
onTime is the LED on time in milliseconds.
offTime is the LED off time in milliseconds.
repeatCount is the number of times to repeat the pattern.
Implementation
const DataWedgeLedSettings({
required this.color,
required this.onTime,
required this.offTime,
required this.repeatCount,
});