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