Skip to Content
Forui 0.12.0 is released 🎉
DocumentationLayoutDivider

Divider

Visually or semantically separates content.

CLI

To generate and customize this style:

dart run forui style create dividers

Usage

FDivider(...)

const FDivider( style: FDividerStyle(...), axis : Axis.vertical, );
Last updated on