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