FlutterSliderHandler class
Constructors
- FlutterSliderHandler({Widget? child, BoxDecoration? decoration, BoxDecoration? foregroundDecoration, Matrix4? transform, bool disabled = false, double opacity = 1})
Properties
- child ↔ Widget?
- 
  The widget to place inside the handler.
  getter/setter pair
- decoration ↔ BoxDecoration?
- 
  The decoration to paint behind the handler.
  getter/setter pair
- disabled ↔ bool
- 
  Whether the handler is disabled.
  getter/setter pair
- foregroundDecoration ↔ BoxDecoration?
- 
  The decoration to paint in front of the handler.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- opacity ↔ double
- 
  The opacity to apply to the handler.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- transform ↔ Matrix4?
- 
  The transform to apply to the handler.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited