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