shimmer library Shimmer

Classes

ShimmerText
Wrapper widget on top of the Text widget that will display a shimmer effect whenever the provided text is null. If the provided text is not null, it will be rendered properly. It can be useful if we want to occupy a part of the screen and replace it with the text that will be retrieved sometime in the future.
ShimmerType
Abstraction defining type of the shimmer animation.
ShimmerTypeFixed
Shimmer type configuration that automatically generates the placeholder text with a given length.
ShimmerTypeProportional
Shimmer type configuration that is used for defining a proportional shimmer with user defined leading and trailing flex.
ShimmerTypeRandom
Shimmer type configuration with randomly generated leading and trailing flex that falls within a user predefined range.
ShimmerWrapper
The AppShimmer is a versatile widget that provides control over when you want to display the shimmer effect on top of your child widget.