OudsInputDecoration class

Alias class for OudsFormInputDecoration.

This class provides a shorter and more convenient name, OudsInputDecoration, which internally extends OudsFormInputDecoration. It inherits all properties and behaviors, allowing you to use OudsInputDecoration as a drop-in replacement for OudsFormInputDecoration.

Inheritance

Constructors

OudsInputDecoration({String? labelText, String? helperText, String? hintText, String? suffixIcon, String? prefixIcon, String? prefix, bool hasPrefix = false, String? suffix, String? errorText, bool? loader, bool? outlined = false, bool constrainedMaxWidth = false, VoidCallback? onSuffixPressed})
Creates an instance of OudsInputDecoration, which is an alias for OudsFormInputDecoration.

Properties

constrainedMaxWidth bool
finalinherited
errorText String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hasPrefix bool
finalinherited
helperText String?
finalinherited
hintText String?
finalinherited
labelText String?
finalinherited
loader bool?
finalinherited
onSuffixPressed VoidCallback?
finalinherited
outlined bool?
finalinherited
prefix String?
finalinherited
prefixIcon String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suffix String?
finalinherited
suffixIcon String?
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