NomoSiderSizingData class
- Implemented types
- Implementers
Constructors
- NomoSiderSizingData({EdgeInsetsGeometry padding = const EdgeInsets.all(16), double scrollPadding = 4.0, double width = 80})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- padding → EdgeInsetsGeometry
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollPadding → double
-
final
- width → double
-
final
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
-
lerp(
NomoSiderSizingData a, NomoSiderSizingData b, double t) → NomoSiderSizingData -
overrideWith(
NomoSiderSizingData base, [NomoSiderSizingDataNullable? override]) → NomoSiderSizingData