InputForm class
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
Static Methods
-
flatBorder(BuildContext context, {Color? color, double radius = 8, double width = 1})
→ InputBorder
-
Outline border with customizable radius and color.
-
glowBorder(BuildContext context, {Color? color, double radius = 12, double width = 2})
→ InputBorder
-
Glowing outline border (good for OTP fields or focused states).
-
noBorder()
→ InputBorder
-
No border.
-
roundedBorder(BuildContext context, {Color? color, double radius = 24, double width = 1.2})
→ InputBorder
-
Rounded border with soft edges.
-
underlineBorder(BuildContext context, {Color? color, double width = 1})
→ InputBorder
-
Underline-only border (Material-style).