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