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