ModDataTableModalFooterConfig constructor
const
ModDataTableModalFooterConfig({
- List<
Widget> buttons = const [], - bool showCloseButton = true,
- String closeButtonText = 'Close',
- ButtonStyle? closeButtonStyle,
Implementation
const ModDataTableModalFooterConfig({
this.buttons = const [],
this.showCloseButton = true,
this.closeButtonText = 'Close',
this.closeButtonStyle,
});