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