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