ActionPaneData class
Data of the ambient ActionPane accessible from its children.
- Annotations
Constructors
-
ActionPaneData({required double extentRatio, required Alignment alignment, required Axis direction, required bool fromStart, required List<
Widget> children}) -
Creates an ActionPaneData.
const
Properties
- alignment → Alignment
-
The alignment used by the current action pane to position itself.
final
-
children
→ List<
Widget> -
The actions for this pane.
final
- direction → Axis
-
The axis in which the slidable can slide.
final
- extentRatio → double
-
The total extent of this ActionPane relatively to the enclosing
Slidable widget.
final
- fromStart → bool
-
Whether the current action pane is the start one.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.
inherited