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