FittedTextFieldCalculator class

Constructors

FittedTextFieldCalculator()

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

fitAll(FittedTextFieldMeasurer m) double
FittedTextFieldCalculator contains calculators for common use-cases fitAll fits content, label and hint texts
fitVisible(FittedTextFieldMeasurer m) double
fitVisible fits the visible content & decorations (i.e. it collapses to the content/label's width when hint text disappears)
fitVisibleWithPadding(double padding) CalculateFunction
fitVisibleWithPadding in addition to fitting visible content it adds a fixed padding value
fitVisibleWithRange(double minWidth, [double? maxWidth]) CalculateFunction
fitVisibleWithRange in addition to fitting visible content it enforces a minimum and (optional) maximum width