menu
openrgb package
documentation
data/data.dart
LedData
LedData.new constructor
LedData.new constructor
dark_mode
light_mode
LedData
constructor
LedData
(
{
required
String
ledName
,
required
int
ledValue
,
})
Implementation
LedData({ required this.ledName, required this.ledValue, });
openrgb package
documentation
data/data
LedData
LedData.new constructor
LedData class