ModDataTableModalFooterConfig constructor

const ModDataTableModalFooterConfig({
  1. List<Widget> buttons = const [],
  2. bool showCloseButton = true,
  3. String closeButtonText = 'Close',
  4. ButtonStyle? closeButtonStyle,
})

Implementation

const ModDataTableModalFooterConfig({
  this.buttons = const [],
  this.showCloseButton = true,
  this.closeButtonText = 'Close',
  this.closeButtonStyle,
});