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