toString method
- @override
override
Returns a string representation of this object.
Implementation
@override
String toString() => 'Color(0x${value.toRadixString(16).padLeft(8, '0')})';
Returns a string representation of this object.
@override
String toString() => 'Color(0x${value.toRadixString(16).padLeft(8, '0')})';