CustomTextfields class

Constructors

CustomTextfields.new(ARMOYUServices service)

Properties

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

Methods

costum3({String? title, required Rx<TextEditingController> controller, bool isPassword = false, String? placeholder, Icon? preicon, IconButton? suffixiconbutton, TextInputType? type, dynamic onChanged(String)?, Function? onTap, int? maxLength, int? minLength, bool? enabled = true, int? maxLines, int? minLines = 1, FocusNode? focusNode}) Widget
mentionTextFiled({required Rx<GlobalKey<FlutterMentionsState>> key, int? minLines = 1, Timer? searchTimer}) → FlutterMentions
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
number({String? placeholder, required TextEditingController controller, required int length, required Icon icon, String? category}) TextField
toString() String
A string representation of this object.
inherited

Operators

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