HeaderThemeData class

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

Constructors

HeaderThemeData({Color? color, bool visible = HeaderThemeDataDefaults.visible, double bottomBorderHeight = HeaderThemeDataDefaults.bottomBorderHeight, Color? bottomBorderColor = HeaderThemeDataDefaults.bottomBorderColor, Color? columnDividerColor = HeaderThemeDataDefaults.columnDividerColor})
Builds a theme data.
const

Properties

bottomBorderColor Color?
final
bottomBorderHeight double
final
color Color?
final
columnDividerColor Color?
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visible bool
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