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