HeaderCellThemeData class

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

Constructors

HeaderCellThemeData({TextStyle? textStyle = HeaderCellThemeDataDefaults.textStyle, double height = HeaderCellThemeDataDefaults.height, EdgeInsets? padding = HeaderCellThemeDataDefaults.padding, Alignment alignment = HeaderCellThemeDataDefaults.alignment, IconData ascendingIcon = HeaderCellThemeDataDefaults.ascendingIcon, IconData descendingIcon = HeaderCellThemeDataDefaults.descendingIcon, Color sortIconColor = HeaderCellThemeDataDefaults.sortIconColor, double sortIconSize = HeaderCellThemeDataDefaults.sortIconSize, double sortOrderSize = HeaderCellThemeDataDefaults.sortOrderSize, double resizeAreaWidth = HeaderCellThemeDataDefaults.resizeAreaWidth, Color? resizeAreaHoverColor = HeaderCellThemeDataDefaults.resizeAreaHoverColor, bool expandableName = HeaderCellThemeDataDefaults.expandableName})
Builds a theme data.
const

Properties

alignment Alignment
final
ascendingIcon IconData
final
descendingIcon IconData
final
expandableName bool
final
hashCode int
The hash code for this object.
no setteroverride
height double
final
padding EdgeInsets?
final
resizeAreaHoverColor Color?
final
resizeAreaWidth double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortIconColor Color
final
sortIconSize double
final
sortOrderSize double
final
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