Skip to main content

DividerTheme

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

Properties

Properties

colorclass-attributeinstance-attribute

color: Optional[ColorValue] = None

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

leading_indentclass-attributeinstance-attribute

leading_indent: Optional[Number] = None

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

spaceclass-attributeinstance-attribute

space: Optional[Number] = None

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

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

thicknessclass-attributeinstance-attribute

thickness: Optional[Number] = None

The thickness of the line drawn within the divider.

trailing_indentclass-attributeinstance-attribute

trailing_indent: Optional[Number] = None

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