placeholder
Draws some skeleton UI which is typically used whilst content is 'loading'.
A version of this modifier which uses appropriate values for Material themed apps is available in the 'Placeholder Material' library.
You can provide a PlaceholderHighlight which runs an highlight animation on the placeholder. The shimmer and fade implementations are provided for easy usage.
A cross-fade transition will be applied to the content and placeholder UI when the visible value changes. The transition can be customized via the contentFadeTransitionSpec and placeholderFadeTransitionSpec parameters.
You can find more information on the pattern at the Material Theming Placeholder UI guidelines.
Parameters
whether the placeholder should be visible or not.
the color used to draw the placeholder UI.
desired shape of the placeholder. Defaults to RectangleShape.
optional highlight animation.
The transition spec to use when fading the placeholder on/off screen. The boolean parameter defined for the transition is visible.
The transition spec to use when fading the content on/off screen. The boolean parameter defined for the transition is visible.