SevenSegmentDisplay constructor
SevenSegmentDisplay({})
Creates a seven segment display.
Implementation
SevenSegmentDisplay({
required this.value,
this.activeColor = Colors.green,
this.inactiveColor = const Color(30, 30, 30),
});