GlassMaterializeChoreography class abstract final

The sub-curves of the materialize choreography over one progress axis.

Tuned against a 120fps capture of iOS 26's glassEffectTransition(.materialize) on the native navigation bar.

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

Constants

entranceContent → const Interval
Content channel of an entrance: starts after the glass has begun to form and sharpens right up to the end.
entranceGlass → const Interval
Glass channel of an entrance: resolved just short of the end, so the shape exists before the icon does.
exitContent → const Interval
Content channel of an exit: gone by 0.45, while exitGlass is still well above zero — the visibly empty shell the native bar shows.
exitGlass → const Interval
Glass channel of an exit: a steady dissolve across the whole axis.