FdcGridCellIndicator class
Configures the visual indicator drawn around or beside the focused grid cell.
Constructors
- FdcGridCellIndicator({bool visible = true, FdcGridCellIndicatorMode mode = FdcGridCellIndicatorMode.line, FdcGridCellIndicatorStyle style = const FdcGridCellIndicatorStyle(), FdcErrorIndicatorOptions errorIndicator = const FdcErrorIndicatorOptions()})
-
Creates a FdcGridCellIndicator.
const
Properties
- errorIndicator → FdcErrorIndicatorOptions
-
Configures cell-level error markers.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- mode → FdcGridCellIndicatorMode
-
Active/current cell indicator rendering mode.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → FdcGridCellIndicatorStyle
-
Visual styling applied to the active/current cell indicator.
final
- visible → bool
-
Controls whether the active/current cell indicator is rendered.
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
-
validate(
) → void - Validates grid-specific indicator constraints in all build modes.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override