FlutterIcon constructor
- @FreezedUnionValue.new(FlutterIcon.unionValue)
- FlutterIconData? icon, {
- @cN FlutterKey? key,
- double? size,
- FlutterColor? color,
- String? semanticLabel,
- FlutterTextDirection? textDirection,
Implementation
@FreezedUnionValue(FlutterIcon.unionValue)
factory FlutterIcon(
FlutterIconData? icon, {
@FlutterKey.cN FlutterKey? key,
double? size,
FlutterColor? color,
String? semanticLabel,
FlutterTextDirection? textDirection,
}) = _FlutterIcon;