DividerTheme
Defines the visual properties of Divider, VerticalDivider, dividers between ListTiles, and dividers between rows in DataTable.
Properties
color- The color of Dividers and VerticalDividers, also used between ListTiles, between rows in DataTables, and so forth.leading_indent- The amount of empty space at the leading edge of Divider or top edge of VerticalDivider.space- The Divider's height or the VerticalDivider's width.thickness- The thickness of the line drawn within the divider.trailing_indent- The amount of empty space at the trailing edge of Divider or bottom edge of VerticalDivider.
Properties
colorclass-attributeinstance-attribute
color: Optional[ColorValue] = NoneThe color of Dividers and VerticalDividers, also used between ListTiles, between rows in DataTables, and so forth.
leading_indentclass-attributeinstance-attribute
leading_indent: Optional[Number] = NoneThe amount of empty space at the leading edge of Divider or top edge of VerticalDivider.
spaceclass-attributeinstance-attribute
space: Optional[Number] = NoneThe 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] = NoneThe thickness of the line drawn within the divider.
trailing_indentclass-attributeinstance-attribute
trailing_indent: Optional[Number] = NoneThe amount of empty space at the trailing edge of Divider or bottom edge of VerticalDivider.