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