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