FUISectionPlain
Previously outlined in the documentation section on the Basic UI Structure, the FUISectionPlain element corresponds to the HTML <section> tag. This widely used tag in the UI Kit enables the creation of “sections” on a page, encapsulating various widgets within a single container.
Widget Class Location
The FUISectionPlain widget class could be found in:
Widget Theme Location
The FUISectionTheme class serves as the theme class for FUISectionPlain. Kindly explore this theme class to ascertain various settings applicable to FUISectionPlain.
Accessing the theme
To access the theme class object, do the following:
Usage
Major Parameters
Parameters | Description |
|---|---|
EdgeInsets? padding | Corresponds to the padding of a |
Color? backgroundColor | The default color of the is |
FUISectionHorizontalSpace horizontalSpace | Accepts values from |
Other Parameters
The other parameters correspond with Flutter's Container widget.