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