AdeptDataTableTheme class

Theme data for the entire AdeptDataTable widget.

Constructors

AdeptDataTableTheme.new({Color borderColor = const Color(0xFFFFFFFF), Color? headerBgColor, double borderWidth = 1, TextStyle? headerTextStyle, TextStyle? cellTextStyle, AdeptDataTableCellTheme? cellsTheme})
Constructor allows you to define styling and value properties.

Properties

borderColor Color
borderColor color of the table borders.
final
borderWidth double
borderWidth width of the table borders.
final
cellsTheme AdeptDataTableCellTheme?
AdeptDataTableCellTheme default theme for table cells.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headerBgColor Color
headerBgColor background color of the table header.
final
headerTextStyle TextStyle
headerTextStyle style of header row text.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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