ModDataTableModalFooterConfig class

Configuration class for the DataTableModal footer buttons

Constructors

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

Properties

buttons List<Widget>
List of custom buttons to display in the footer (right side)
final
closeButtonStyle ButtonStyle?
Close button style
final
closeButtonText String
Close button text
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showCloseButton bool
Whether to show the close button
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited