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