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