FdcGridHeader class
Configuration for the grid header region and its column-header behavior.
Constructors
- FdcGridHeader({bool visible = true, double height = 46, FdcGridHeaderFilters filters = const FdcGridHeaderFilters(), FdcGridHeaderStyle style = const FdcGridHeaderStyle()})
-
Creates a FdcGridHeader.
const
Properties
- filters → FdcGridHeaderFilters
-
Header filter row configuration.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- height → double
-
Height of the leaf column header band.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → FdcGridHeaderStyle
-
Visual styling applied to the header component.
final
- visible → bool
-
Controls whether the header component is rendered.
final
Methods
-
copyWith(
{bool? visible, double? height, FdcGridHeaderFilters? filters, FdcGridHeaderStyle? style}) → FdcGridHeader - Creates a copy with selected values replaced.
-
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