PickerDotOptions class

Constructors

PickerDotOptions({bool isInner = true, double radius = 16, double borderWidth = 4, Color? dotColor, Color borderColor = Colors.white, List<BoxShadow> shadows = const [BoxShadow(color: Colors.black, spreadRadius: 0.1)]})
const

Properties

borderColor Color
Set border color, by default - white color
final
borderWidth double
Set border for picker dot
final
dotColor Color?
Set fixed color for picker dot
final
hashCode int
The hash code for this object.
no setterinherited
isInner bool
If true, dot can't be moved outside color picker area
final
radius double
Radius of picker dot on the screen
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadows List<BoxShadow>
Set shadows for the picker dot
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