CustomDecorations class

this will customize the input decorations

Constructors

CustomDecorations.new()

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 Properties

customDecoration InputDecoration
this will customize the custom decoration
getter/setter pair
this will customize the dropdown decoration
getter/setter pair
textfieldDecoration InputDecoration
this will customize the text field decoration
getter/setter pair

Static Methods

init({InputDecoration? textfieldInputDecoration, InputDecoration? dropdownInputDecoration}) → void
this will initialize this class fields, but if using manually then set initializeCustomDecoration to false in CustomStylesConfig.init();