CircularColorPickerOptions class

Constructors

CircularColorPickerOptions({Color initialColor = const Color(0xffff0000), bool showBackground = false, Color? backgroundColor, bool callOnChangeFunctionOnEnd = true})
const

Properties

backgroundColor Color?
Fill background with color
final
callOnChangeFunctionOnEnd bool
Choose behavior of call callback function
final
hashCode int
The hash code for this object.
no setterinherited
initialColor Color
Chosen color on start
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showBackground bool
Show background color
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