DecoratorUtils class

Constructors

DecoratorUtils()

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

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

Static Methods

buildHintText(String? hintText, {String? labelText, bool? uppercase, bool readOnly = false}) String?
buildLabelText(String? labelText, {bool? uppercase}) String?
buildSelectHintText(String? hintText, {String? labelText, bool uppercase = true}) String?
uppercaseLabelAndHintDecoration(String text, {Widget? prefix, Widget? suffix}) InputDecoration