FlutterColor.fromARGB constructor
- @FreezedUnionValue.new('flutter:Color.fromARGB')
Implementation
@FreezedUnionValue('flutter:Color.fromARGB')
factory FlutterColor.fromARGB({
required int a,
required int r,
required int g,
required int b,
}) = _FlutterColorFromARGB;