FUISectionParallax
This section features a background image with a parallax scrolling effect. You may commonly encounter this effect in action on the top banners of the demo application.

FUISectionParallax should be considered to be of the same type as FUISectionPlain. You may have multiple FUISectionContainer elements within FUISectionParallax.
Widget Class Location
The FUISectionParallax widget class could be found in:
Widget Theme Location
The FUISectionTheme class serves as the theme class for FUISectionParallax, equivalent to FUISectionPlain. Kindly explore this theme class to examine various settings applicable to FUISectionParallax.
Accessing the theme
To access the theme class object, do the following:
Usage
Major Parameters
Parameters | Description |
|---|---|
FUISectionImageSource imgSource | Select the source of background image. It can be from asset, or via network. |
ImageProvider imgProvider | The source of the background image. It can be either |
String? blurHash | BlurHash is optional. But if you think this helps to make a smooth transition feel while loading the image, you may generate the blurhash programmatically or through https://blurha.sh. |
BoxFit imgFit | The choice of how the background image should be fitted within the parallax container. |
double? width | The width of |
double? height | The height of |
Other Parameters
All other parameters correspond to Flutter’s Container widget.