DividerTheme
Defines the visual properties of Divider, VerticalDivider, dividers between ListTiles, and dividers between rows in DataTable.
Properties
-
color(ColorValue | None) –The color of
Dividers andVerticalDividers, also used betweenListTiles, between rows inDataTables, and so forth. -
leading_indent(Number | None) –The amount of empty space at the leading edge of
Divideror top edge ofVerticalDivider. -
space(Number | None) –The
Divider's height or theVerticalDivider's width. -
thickness(Number | None) –The thickness of the line drawn within the divider.
-
trailing_indent(Number | None) –The amount of empty space at the trailing edge of
Divideror bottom edge ofVerticalDivider.
Properties#
color
class-attribute
instance-attribute
#
color: ColorValue | None = None
The color of Dividers and VerticalDividers, also used between ListTiles, between rows in DataTables, and so forth.
leading_indent
class-attribute
instance-attribute
#
leading_indent: Number | None = None
The amount of empty space at the leading edge of Divider or top edge of VerticalDivider.
space
class-attribute
instance-attribute
#
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
class-attribute
instance-attribute
#
thickness: Number | None = None
The thickness of the line drawn within the divider.
trailing_indent
class-attribute
instance-attribute
#
trailing_indent: Number | None = None
The amount of empty space at the trailing edge of Divider or bottom edge of VerticalDivider.