FdcGridHeaderFilters class
Configures visibility and styling of the grid-managed header filter row.
Constructors
- FdcGridHeaderFilters({bool visible = true, bool initiallyVisible = true, FdcGridFilterOptions options = const FdcGridFilterOptions(), FdcGridHeaderFilterStyle? style})
-
Creates a FdcGridHeaderFilters.
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- initiallyVisible → bool
-
Controls whether the header filter row is visible when the grid starts.
final
- options → FdcGridFilterOptions
-
Header filter behavior and debounce configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → FdcGridHeaderFilterStyle?
-
Visual styling applied to header filter controls.
final
- visible → bool
-
Controls whether grid-managed column filters are available.
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