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