InputMeasures class
Constructors
- InputMeasures.new({required double containerHeight, required double fontSize, required EdgeInsets contentPadding, required EdgeInsets containerPadding, required EdgeInsets labelPadding, required double borderRadius, required double borderWidth})
-
const
Properties
- borderRadius → double
-
final
- borderWidth → double
-
final
- containerHeight → double
-
final
- containerPadding → EdgeInsets
-
final
- contentPadding → EdgeInsets
-
final
- fontSize → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- labelPadding → EdgeInsets
-
final
- 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