InputDecorations class

Constructors

InputDecorations()

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

antDesign({required String hint, IconData? prefixIcon, IconData? suffixIcon}) → InputDecoration
Ant Design inspired clean borderless input
fluentFilled({required BuildContext context, String? hint, IconData? prefixIcon}) → InputDecoration
Fluent UI / Windows-style filled input
glassStyle({required BuildContext context, String? hint}) → InputDecoration
Glassmorphism-inspired frosted field
materialOutline({required BuildContext context, String? label, String? hint, IconData? prefixIcon, IconData? suffixIcon}) → InputDecoration
Material 3-like outline input
tailwindUnderline({required BuildContext context, required String hint}) → InputDecoration
Tailwind-style minimalist underline input