NomoAppBarSizingData class
- Implemented types
- Implementers
Constructors
- NomoAppBarSizingData({double spacing = 16.0, double topInset = 0.0, double height = kToolbarHeight, double elevation = 2.0})
-
const
Properties
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(
NomoAppBarSizingData a, NomoAppBarSizingData b, double t) → NomoAppBarSizingData -
overrideWith(
NomoAppBarSizingData base, [NomoAppBarSizingDataNullable? override]) → NomoAppBarSizingData