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