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