BankTransactionGroupHeader constructor
const
BankTransactionGroupHeader({
- required DateTime date,
- Key? key,
- BankUiStrings? strings,
- double? height,
- EdgeInsetsGeometry? padding,
- Color? backgroundColor,
- TextStyle? labelStyle,
- String? semanticLabel,
Implementation
const BankTransactionGroupHeader({
required this.date,
super.key,
this.strings,
this.height,
this.padding,
this.backgroundColor,
this.labelStyle,
this.semanticLabel,
});