OptionsStyle class
The style class used in the options overlay.
Constructors
- OptionsStyle({double? containerHeight, EdgeInsets? padding, Offset? offset, BoxDecoration decorationBuilder(double height)?, Duration? duration, double? startingHeight, Curve? curve})
- Creates a instance of the options style class.
Properties
- containerHeight → double?
-
The height of the options container displayed when the user selects the
widget.
final
- curve → Curve?
-
The curve used in the expanding animation.
final
- decorationBuilder → BoxDecoration Function(double height)?
-
The decoration of the overlay container displayed onTap.
final
- duration → Duration?
-
The duration of the expanding animation of options container.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- offset → Offset?
-
The offset used to adjust the position of the options overlay.
final
- padding → EdgeInsets?
-
The padding applied to the options ListView.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startingHeight → double?
-
The initial height used at the begining of the expanding animation.
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.
inherited