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