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