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