AdeptDataTableCellTheme class

Theme for individual cells in the AdeptDataTable.

Constructors

AdeptDataTableCellTheme.new({Color? color, double? width, Alignment alignment = Alignment.center, TextStyle? textStyle})
Constructor allows you to define styling and value properties.

Properties

alignment Alignment
alignment of the cell content.
getter/setter pair
color Color?
color of the cell background.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle
textStyle of the cell's text.
getter/setter pair
width double?
width of the cell.
getter/setter pair

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