SettingsTextFieldConfig class

Inheritance

Constructors

SettingsTextFieldConfig({dynamic title, dynamic unit = '', int maxLength = -1, int maxLines = 1, TextInputType textInputType = TextInputType.text, TextCapitalization textCapitalization = TextCapitalization.sentences, required String initialValue})
Config for a text field settings widget

Properties

hashCode int
The hash code for this object.
no setterinherited
initialValue String
The initial value which shall be visible in the text field
final
maxLength int
The maximum number of characters which can be inserted into the text field (null = infinity)
final
maxLines int
The maximum number of lines which can be used by the user to insert text (null = one line)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textCapitalization TextCapitalization
The capitalization use for the text field
final
textInputType TextInputType
The text input type for the text field
final
title String
The title which shall be displayed for the widget (e.g. on the left side)
finalinherited
type SettingDataType
The type of the setting widget
finalinherited
unit String
The unit which shall be displayed for the setting widget. E.g. gramm for slider values: 0g...100g vs. 0...100
finalinherited

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