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