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