CustomSinglePickerWithInput<T> class

Inheritance

Constructors

CustomSinglePickerWithInput({required BuildContext context, required TextEditingController inputController, Key? key, Widget? leading, Widget? subtitle, String? subtitleText, Widget? trailing, bool? isRequired, ValueNotifier<List<PickerItem<T>>>? notifierOptions, List<PickerItem<T>>? options, Widget? title, String? titleText, BoxConstraints? constraints, double? height, EdgeInsets? margin, EdgeInsets? padding, bool filterable = false, Future<void>? onRequest()?, void onSelected()?, bool isScrollControlled = true, void onBeforeOpen()?, FieldValidator? beforeOpenValidate, void onConfirm(String?)?, TextEditingController? controller, String? initialValue, FocusNode? focusNode, TextInputType? keyboardType, TextCapitalization textCapitalization = TextCapitalization.none, TextInputAction? textInputAction, TextStyle? style, StrutStyle? strutStyle, TextDirection? textDirection, TextAlign textAlign = TextAlign.start, TextAlignVertical? textAlignVertical, bool autofocus = false, bool readOnly = false, bool? showCursor, String obscuringCharacter = '*', bool obscureText = false, bool autocorrect = true, SmartDashesType? smartDashesType, SmartQuotesType? smartQuotesType, bool enableSuggestions = true, MaxLengthEnforcement? maxLengthEnforcement, int? maxLines = 1, int? minLines, bool expands = false, int? maxLength, ValueChanged<String>? onChanged, GestureTapCallback? onTap, TapRegionCallback? onTapOutside, ValueChanged<String>? onFieldSubmitted, FormFieldSetter<String>? onSaved, FormFieldValidator<String>? validator, List<TextInputFormatter>? inputFormatters, bool? enabled, double cursorWidth = 2.0, double? cursorHeight, Radius? cursorRadius, Color? cursorColor, Brightness? keyboardAppearance, EdgeInsets scrollPadding = const EdgeInsets.all(20.0), bool? enableInteractiveSelection, TextSelectionControls? selectionControls, InputCounterWidgetBuilder? buildCounter, ScrollPhysics? scrollPhysics, Iterable<String>? autofillHints, ScrollController? scrollController, String? restorationId, bool enableIMEPersonalizedLearning = true, MouseCursor? mouseCursor, SpellCheckConfiguration? spellCheckConfiguration, TextMagnifierConfiguration? magnifierConfiguration, UndoHistoryController? undoController, AppPrivateCommandCallback? onAppPrivateCommand, bool? cursorOpacityAnimates, BoxHeightStyle selectionHeightStyle = BoxHeightStyle.tight, BoxWidthStyle selectionWidthStyle = BoxWidthStyle.tight, DragStartBehavior dragStartBehavior = DragStartBehavior.start, ContentInsertionConfiguration? contentInsertionConfiguration, Clip clipBehavior = Clip.hardEdge, bool stylusHandwritingEnabled = true, bool canRequestFocus = true, AutovalidateMode? autovalidateMode = AutovalidateMode.onUserInteraction, InputDecoration? decoration, bool useCameraScanner = false, bool showBorder = false, bool? clearable, double? width, CustomInputSize? size})
const

Properties

autocorrect bool
final
autofillHints Iterable<String>?
final
autofocus bool
final
autovalidateMode AutovalidateMode?
final
beforeOpenValidate FieldValidator?
final
buildCounter InputCounterWidgetBuilder?
final
canRequestFocus bool
final
clearable bool?
final
clipBehavior Clip
final
constraints BoxConstraints?
final
contentInsertionConfiguration ContentInsertionConfiguration?
final
context BuildContext
final
controller TextEditingController?
final
cursorColor Color?
final
cursorHeight double?
final
cursorOpacityAnimates bool?
final
cursorRadius Radius?
final
cursorWidth double
final
decoration InputDecoration?
final
dragStartBehavior DragStartBehavior
final
enabled bool?
final
enableDrag bool
final
enableIMEPersonalizedLearning bool
final
enableInteractiveSelection bool?
final
enableSuggestions bool
final
expands bool
final
filterable bool
final
focusNode FocusNode?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
initialValue String?
final
inputController TextEditingController
final
inputFormatters List<TextInputFormatter>?
final
isDismissible bool
final
isRequired bool?
final
isScrollControlled bool
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
keyboardAppearance Brightness?
final
keyboardType TextInputType?
final
leading Widget?
final
magnifierConfiguration TextMagnifierConfiguration?
final
margin EdgeInsets?
final
maxLength int?
final
maxLengthEnforcement MaxLengthEnforcement?
final
maxLines int?
final
minLines int?
final
mouseCursor MouseCursor?
final
notifierOptions ValueNotifier<List<PickerItem<T>>>?
final
obscureText bool
final
obscuringCharacter String
final
onAppPrivateCommand AppPrivateCommandCallback?
final
onBeforeOpen → void Function()?
final
onChanged ValueChanged<String>?
final
onConfirm → void Function(String?)?
final
onFieldSubmitted ValueChanged<String>?
final
onRequest Future<void>? Function()?
final
onSaved FormFieldSetter<String>?
final
onSelected → void Function()?
final
onTap GestureTapCallback?
final
onTapOutside TapRegionCallback?
final
options List<PickerItem<T>>?
final
padding EdgeInsets?
final
readOnly bool
final
restorationId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollController ScrollController?
final
scrollPadding EdgeInsets
final
scrollPhysics ScrollPhysics?
final
selectionControls TextSelectionControls?
final
selectionHeightStyle BoxHeightStyle
final
selectionWidthStyle BoxWidthStyle
final
showBorder bool
final
showCursor bool?
final
size CustomInputSize?
final
smartDashesType SmartDashesType?
final
smartQuotesType SmartQuotesType?
final
spellCheckConfiguration SpellCheckConfiguration?
final
strutStyle StrutStyle?
final
style TextStyle?
final
stylusHandwritingEnabled bool
final
subtitle Widget?
final
subtitleText String?
final
textAlign TextAlign
final
textAlignVertical TextAlignVertical?
final
textCapitalization TextCapitalization
final
textDirection TextDirection?
final
textInputAction TextInputAction?
final
title Widget?
final
titleText String?
final
trailing Widget?
final
undoController UndoHistoryController?
final
useCameraScanner bool
final
validator FormFieldValidator<String>?
final
width double?
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<CustomSinglePickerWithInput<T>>
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, int wrapWidth = 65}) 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