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