LazyDataTableTheme class

Data class for the theme of a LazyDataTable.

Constructors

LazyDataTableTheme({BoxBorder? columnHeaderBorder, BoxBorder? rowHeaderBorder, BoxBorder? cellBorder, BoxBorder? cornerBorder, Color? columnHeaderColor, Color? rowHeaderColor, Color? cellColor, Color? cornerColor})
const

Properties

cellBorder BoxBorder?
BoxBorder for the cell.
final
cellColor Color?
Color for the cell.
final
columnHeaderBorder BoxBorder?
BoxBorder for the column header.
final
columnHeaderColor Color?
Color for the column header.
final
cornerBorder BoxBorder?
BoxBorder for the corner widget.
final
cornerColor Color?
Color for the corner widget.
final
hashCode int
The hash code for this object.
no setterinherited
rowHeaderBorder BoxBorder?
BoxBorder for the row header.
final
rowHeaderColor Color?
Color for the row header.
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