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