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