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