flutter_json_widgets
color
ColorARGB
ColorARGB const constructor
ColorARGB
ColorARGB
constructor
Null safety
const
ColorARGB
(
int
a
,
int
r
,
int
g
,
int
b
)
Implementation
const factory ColorARGB(final int a, final int r, final int g, final int b) = _$ColorARGB;
flutter_json_widgets
color
ColorARGB
ColorARGB const constructor
ColorARGB class
Constructors
ColorARGB
fromJson
Properties
a
b
copyWith
g
hashCode
r
runtimeType
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==