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