OverlayConfiguration class

Allows customization of the overlay (appearing when the thumb is pressed) color and shape.

Constructors

OverlayConfiguration.new({Color color = const Color.fromRGBO(0, 0, 0, 0.1), double radius = 40, double width = 40, double height = 40})
const

Properties

color Color
Default color is Color.fromRGBO(0, 0, 0, 0.1).
final
hashCode int
The hash code for this object.
no setterinherited
height double
Default height is 40.
final
radius double
Default radius is 40.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
Default width is 40.
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