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