DUIInput class

Constructors

DUIInput()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

chatInputField(BuildContext context, String? label, TextEditingController? controller, FocusNode focusNode, {dynamic onSubmit(String)?, double? height, bool? enabled}) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
phoneTextField(BuildContext context, String? label, TextEditingController? controller, FocusNode focusNode, String initialPhonePrefix, dynamic onPrefixChange(String), {bool isEnabled = true, Widget? trailing, dynamic onChange(String)?, Color? bgColor}) Widget
searchField(String? label, TextEditingController? controller, FocusNode focusNode, BuildContext context, {TextInputType? keyboardType, TextCapitalization? textCapitalization, TextInputAction? textInputAction, FocusNode? nextFocusNode, Color? colorText, Color? bgColor, bool? expands, String? hint, dynamic onChange(String)?, dynamic onSubmit(String)?, int? maxLines, Widget? suffixIcon, int? minLines, List<TextInputFormatter>? inputFormatters, bool loading = false, bool enabled = true, bool? ignorePointer = false, bool? showPrefixSeparator = false, bool? showSuffixSeparator = false}) Widget
smallTextField(TextEditingController? controller, FocusNode focusNode, BuildContext context, {bool? enabled, TextInputType? keyboardType, TextCapitalization? textCapitalization, bool? obscure, TextInputAction? textInputAction, FocusNode? nextFocusNode, Widget? suffixIcon, Widget? prefixIcon, Color? colorText, bool? expands, String? hint, dynamic onChange([String value])?, dynamic onSubmit(String)?, int? maxLines, int? minLines, int? maxLength, List<TextInputFormatter>? inputFormatters, String? error, String? helpMessage, bool? showPrefixSeparator = false, bool? showSuffixSeparator = false, String? label, Color? bgColor}) Widget
textField(String? label, TextEditingController? controller, FocusNode focusNode, BuildContext context, {bool? enabled, TextInputType? keyboardType, TextCapitalization? textCapitalization, bool? obscure, TextInputAction? textInputAction, FocusNode? nextFocusNode, Widget? suffixIcon, Widget? prefixIcon, Color? colorText, bool? expands, String? hint, dynamic onChange(String)?, dynamic onSubmit(String)?, int? maxLines, int? minLines, int? maxLength, List<TextInputFormatter>? inputFormatters, String? error, String? helpMessage, bool? showPrefixSeparator = false, bool? showSuffixSeparator = false, Color? bgColor}) Widget
toString() String
A string representation of this object.
inherited

Operators

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