CellThemeData class

The EasyTable cell theme. Defines the configuration of the overall visual CellThemeData for a widget subtree within the app.

Constructors

CellThemeData({TextStyle? textStyle, CellNullColor? nullValueColor, double contentHeight = CellThemeDataDefaults.contentHeight, TextOverflow? overflow = CellThemeDataDefaults.overflow, Alignment alignment = CellThemeDataDefaults.alignment, EdgeInsets? padding = CellThemeDataDefaults.padding, bool overrideInputDecoration = CellThemeDataDefaults.overrideInputDecoration})
Builds a theme data.
const

Properties

alignment Alignment
final
contentHeight double
final
hashCode int
The hash code for this object.
no setteroverride
nullValueColor CellNullColor?
Defines a background when the cell value is null.
final
overflow TextOverflow?
final
overrideInputDecoration bool
If TRUE, overrides the InputDecorationTheme by setting it to dense and removing the border.
final
padding EdgeInsets?
The cell padding. The default value is defined by CellThemeDataDefaults.padding.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
Defines the text style.
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.
override