BankTransactionGroupHeader constructor

const BankTransactionGroupHeader({
  1. required DateTime date,
  2. Key? key,
  3. BankUiStrings? strings,
  4. double? height,
  5. EdgeInsetsGeometry? padding,
  6. Color? backgroundColor,
  7. TextStyle? labelStyle,
  8. String? semanticLabel,
})

Implementation

const BankTransactionGroupHeader({
  required this.date,
  super.key,
  this.strings,
  this.height,
  this.padding,
  this.backgroundColor,
  this.labelStyle,
  this.semanticLabel,
});