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