StretchMode enum Null safety
The stretching effect while the space bar stretches beyond its full size.
Constants
- blurBackground → const StretchMode
-
The background will blur using a ImageFilter.blur effect.
const StretchMode(1)
- fadeTitle → const StretchMode
-
The title will fade away as the user over-scrolls.
const StretchMode(2)
-
values
→ const List<
StretchMode> -
A constant List of the values in this enum, in order of their declaration.
const List<
StretchMode> - zoomBackground → const StretchMode
-
The background widget will expand to fill the extra space.
const StretchMode(0)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited