- override
Returns a string representation of this object.
Source
@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')})";