Skip to content

DividerTheme

DividerTheme #

Defines the visual properties of Divider, VerticalDivider, dividers between ListTiles, and dividers between rows in DataTable.

color #

color: ColorValue | None = None

The color of Dividers and VerticalDividers, also used between ListTiles, between rows in DataTables, and so forth.

leading_indent #

leading_indent: Number | None = None

The amount of empty space at the leading edge of Divider or top edge of VerticalDivider.

space #

space: Number | None = None

The Divider's height or the VerticalDivider's width.

This represents the amount of horizontal or vertical space the divider takes up.

thickness #

thickness: Number | None = None

The thickness of the line drawn within the divider.

trailing_indent #

trailing_indent: Number | None = None

The amount of empty space at the trailing edge of Divider or bottom edge of VerticalDivider.