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