BankAddressPreview constructor
const
BankAddressPreview({
- required BankAddress address,
- Key? key,
- VoidCallback? onEdit,
- String editLabel = 'Edit',
- EdgeInsetsGeometry? padding,
- BorderRadius? radius,
- Color? backgroundColor,
- List<
BoxShadow> ? shadow, - TextStyle? lineStyle,
- TextStyle? editLabelStyle,
Implementation
const BankAddressPreview({
required this.address,
super.key,
this.onEdit,
this.editLabel = 'Edit',
this.padding,
this.radius,
this.backgroundColor,
this.shadow,
this.lineStyle,
this.editLabelStyle,
});