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