AmountTile constructor
- Key? key,
- required Price nominal,
- double height = 100,
- OperationDepositMethodPricing? pricing,
Implementation
const AmountTile({
super.key,
required this.nominal,
this.height = 100,
this.pricing,
});
const AmountTile({
super.key,
required this.nominal,
this.height = 100,
this.pricing,
});