HeaderCellThemeData class

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

Constructors

HeaderCellThemeData({SortIconBuilder sortIconBuilder = SortIconBuilders.size16Short, TextStyle? textStyle = HeaderCellThemeDataDefaults.textStyle, double height = HeaderCellThemeDataDefaults.height, EdgeInsets? padding = HeaderCellThemeDataDefaults.padding, Alignment alignment = HeaderCellThemeDataDefaults.alignment, SortIconColors sortIconColors = HeaderCellThemeDataDefaults.sortIconColors, Color sortPriorityColor = HeaderCellThemeDataDefaults.sortPriorityColor, double sortPrioritySize = HeaderCellThemeDataDefaults.sortPrioritySize, double? sortPriorityGap = HeaderCellThemeDataDefaults.sortPriorityGap, double resizeAreaWidth = HeaderCellThemeDataDefaults.resizeAreaWidth, Color? resizeAreaHoverColor = HeaderCellThemeDataDefaults.resizeAreaHoverColor, bool expandableName = HeaderCellThemeDataDefaults.expandableName})
Builds a theme data.
const

Properties

alignment Alignment
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
sortIconBuilder SortIconBuilder
final
sortIconColors SortIconColors
final
sortPriorityColor Color
final
sortPriorityGap double?
The gap between the sort icon and priority text.
final
sortPrioritySize double
final
textStyle TextStyle?
Defines the text style.
final

Methods

copyWith({TextStyle? textStyle, EdgeInsets? padding, Alignment? alignment, SortIconColors? sortIconColors, SortIconBuilder? sortIconBuilder, Color? sortPriorityColor, double? sortPrioritySize, double? sortPriorityGap, double? height, double? resizeAreaWidth, Color? resizeAreaHoverColor, bool? expandableName}) HeaderCellThemeData
Creates a copy of this theme but with the given fields replaced with the new values.
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