Layout

Divider

Visually or semantically separates content.

CLI

To generate a specific style for customization:

dart run forui style create dividers

Usage

FDivider(...)

1FDivider(
2 style: .delta(padding: .value(.zero)),
3 axis: .horizontal,
4)

On this page