SDUIPinWidthKeyboard class

Descriptor of a PinCodeTextField with a NumericKeyboard

JSON Attributes

  • name: Name of the field. (default: value)
  • color: Text color (default: black)
  • hideText: Hide the text (default: false)
  • maxLength: Max length of the code to enter (default: 6)
  • pinSize: Size of each pin input (default=20)
  • keyboardButtonSize: Size of each keyboard button (default=70)
Inheritance
Mixed in types

Constructors

SDUIPinWidthKeyboard()

Properties

action SDUIAction
getter/setter pairinherited
children List<SDUIWidget>
getter/setter pairinherited
color Color
getter/setter pair
formKey GlobalKey<FormState>?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
hideText bool
getter/setter pair
id String?
getter/setter pairinherited
keyboardButtonSize double
getter/setter pair
maxLength int
getter/setter pair
name String
getter/setter pair
pinSize double
getter/setter pair
provider SDUIFormDataProvider?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

attachForm(GlobalKey<FormState> formKey, SDUIFormDataProvider provider) → void
inherited
attachPageController(PageController? controller) → void
inherited
attachScreen(SDUIWidget screen) → void
inherited
child() SDUIWidget?
Return the first child
inherited
childrenWidgets(BuildContext context) List<Widget>
Return the list of children Widget
inherited
fromJson(Map<String, dynamic>? json) SDUIWidget
Load the attributes of the widget descriptor from
override
hasChildren() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toAlignment(String? alignment) Alignment?
inherited
toAxis(String? direction) Axis
inherited
toBoxFit(String? fit) BoxFit?
inherited
toClip(String? clip) Clip?
inherited
toColor(String? hexColor) Color?
inherited
toCrossAxisAlignment(String? value) CrossAxisAlignment
inherited
toIcon(String? code, {double? size, String? color}) Widget?
inherited
toIconData(String? code) IconData?
inherited
toMainAxisAlignment(String? value) MainAxisAlignment
inherited
toMainAxisSize(String? value) MainAxisSize
inherited
toString() String
A string representation of this object.
inherited
toTextAlign(String? alignment) TextAlign?
inherited
toWidget(BuildContext context) Widget
Return the associated Widget
override

Operators

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