Digit class Null safety

Draw a digit, by drawing the individual Segments.

Properties

hashCode int
The hash code for this object.
read-onlyinherited
noWidth bool
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
segments List<Path>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

digits Map<int, Digit>
final
euroDigits Map<int, Digit>
final

Static Methods

paint(Canvas c, String message, Map<int, Digit> digits, Color lcdForeground, {required bool rightJustify}) → void