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