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