LineIcon.objectUngroupAlt constructor
const
LineIcon.objectUngroupAlt({
- Key? key,
- double? size,
- Color? color,
- String? semanticLabel,
- TextDirection? textDirection,
Constructor for object_ungroup_1 icon Name object_ungroup_1 turns into flutterish objectUngroupAlt
Implementation
const LineIcon.objectUngroupAlt({
Key? key,
double? size,
Color? color,
String? semanticLabel,
TextDirection? textDirection,
}) : super(
LineIcons.objectUngroupAlt,
key: key,
size: size,
color: color,
semanticLabel: semanticLabel,
textDirection: textDirection,
);