CardSettingsNumberPicker class

This is a list picker that allows for a range of numbers to be speficied as pptions.

Inheritance
Implemented types

Constructors

CardSettingsNumberPicker({Key? key, String label = 'Label', TextAlign? labelAlign, double? labelWidth, int? initialValue, TextAlign? contentAlign, String? hintText, Icon? icon, Widget? requiredIndicator, required int min, required int max, int stepInterval = 1, AutovalidateMode autovalidateMode = AutovalidateMode.onUserInteraction, bool enabled = true, FormFieldValidator<int>? validator, FormFieldSetter<int>? onSaved, ValueChanged<int?>? onChanged, bool visible = true, bool? showMaterialonIOS, EdgeInsetsGeometry? fieldPadding})

Properties

autovalidateMode AutovalidateMode
places the field into auto validation mode
final
contentAlign TextAlign?
controls how the widget in the content area of the field is aligned
final
enabled bool
If false, grays out the field and makes it unresponsive
final
fieldPadding EdgeInsetsGeometry?
provides padding to wrap the entire field
final
hashCode int
The hash code for this object.
no setterinherited
hintText String?
text to display to guide the user on what to enter
final
icon Icon?
The icon to display to the left of the field content
final
initialValue int?
the initial value fo the picker to be placed on
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
label String
The text to identify the field to the user
final
labelAlign TextAlign?
The alignment of the label paret of the field. Default is left.
final
labelWidth double?
The width of the field label. If provided overrides the global setting.
final
max int
the highest value that will be shown
final
min int
the lowest value that will be shown
final
onChanged ValueChanged<int?>?
firest when the content is changed
final
onSaved FormFieldSetter<int>?
vires when the enclosing for is saved
final
requiredIndicator Widget?
A widget to show next to the label if the field is required
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showMaterialonIOS bool?
Force the widget to use Material style on an iOS device
final
stepInterval int
the interval for the values. Default is 1
final
validator FormFieldValidator<int>?
fires when validation is requested
final
visible bool
If false hides the widget on the card setting panel
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
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