BankIncomeSorterSheet constructor
const
BankIncomeSorterSheet({
- required BankIncomeSorterController controller,
- Key? key,
- VoidCallback? onDismiss,
- String title = 'Income Received',
- String remainingLabel = 'Remaining',
- String addPotLabel = 'Add pot',
- String repeatLabel = 'Repeat this split automatically next time',
- String confirmLabel = 'Confirm',
- String removeEntryTooltip = 'Remove',
- EdgeInsetsGeometry? padding,
- BorderRadius? radius,
- Color? backgroundColor,
- Color? accentColor,
- TextStyle? titleStyle,
- TextStyle? amountStyle,
- IconData? addPotIcon,
- IconData? removeEntryIcon,
Implementation
const BankIncomeSorterSheet({
required this.controller,
super.key,
this.onDismiss,
this.title = 'Income Received',
this.remainingLabel = 'Remaining',
this.addPotLabel = 'Add pot',
this.repeatLabel = 'Repeat this split automatically next time',
this.confirmLabel = 'Confirm',
this.removeEntryTooltip = 'Remove',
this.padding,
this.radius,
this.backgroundColor,
this.accentColor,
this.titleStyle,
this.amountStyle,
this.addPotIcon,
this.removeEntryIcon,
});