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