GlassMaterializeEffect constructor
const
GlassMaterializeEffect({})
Renders child at progress along the profile choreography.
Implementation
const GlassMaterializeEffect({
required this.progress,
required this.profile,
required this.child,
this.alignment = Alignment.center,
this.scaleFrom = 1.0,
this.contentSigma = 8.0,
super.key,
});