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