SliderGeometry class

Constructors

SliderGeometry({required Size sliderSize, required Offset trackPosition, required Offset thumbPosition})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sliderSize Size
Overall size of the slider.
final
thumbPosition Offset
The top left offset of thumb.
final
trackPosition Offset
The top left offset of track.
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