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