ColorCodeField class

Color code entry and display field used by the FlexColorPicker.

Inheritance
Annotations

Constructors

ColorCodeField({Key? key, required Color color, bool readOnly = false, required ValueChanged<Color> onColorChanged, required ValueChanged<bool> onEditFocused, TextStyle? textStyle, TextStyle? prefixStyle, bool colorCodeHasColor = false, ColorPickerActionButtons toolIcons = const ColorPickerActionButtons(), ColorPickerCopyPasteBehavior copyPasteBehavior = const ColorPickerCopyPasteBehavior(), bool enableTooltips = true, bool shouldUpdate = false})
Default const constructor.
const

Properties

color Color
Current color value for the field.
final
colorCodeHasColor bool
If true then the background of the color code entry field uses the current selected color.
final
copyPasteBehavior ColorPickerCopyPasteBehavior
Defines the color picker's copy and paste behavior.
final
enableTooltips bool
Controls if tooltips are shown or not
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
onColorChanged ValueChanged<Color>
Color code of the entered color string is returned back in this callback.
final
onEditFocused ValueChanged<bool>
The Color code editing field has focus.
final
prefixStyle TextStyle?
The TextStyle of the prefix of the color code.
final
readOnly bool
Is in read only mode.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldUpdate bool
Should a change on the color value update the field?
final
textStyle TextStyle?
TextStyle of the color code display and edit field.
final
toolIcons ColorPickerActionButtons
Defines icons for the color picker title bar and its actions.
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<ColorCodeField>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited