pubenumStretchMode{// The background widget will expand to fill the extra space.
ZoomBackground =0,// The background will blur using a ImageFilter.blur effect.
BlurBackground =1,// The title will fade away as the user over-scrolls.
FadeTitle =2,}implDefault forStretchMode{fndefault()->Self{Self::ZoomBackground
}}