DividerTheme
Defines the visual properties of Divider
,
VerticalDivider
, dividers between
ListTile
s, and dividers between rows in
DataTable
.
Properties
-
color
(ColorValue | None
) –The color of
Divider
s and -
leading_indent
(Number | None
) –The amount of empty space at the leading edge of
Divider
or top -
space
(Number | None
) –The
Divider
's height or the -
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
Divider
or
Properties#
color
#
color: ColorValue | None = None
The color of Divider
s and
VerticalDivider
s, also used between
ListTile
s, between rows in DataTable
s, 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.
trailing_indent
#
trailing_indent: Number | None = None
The amount of empty space at the trailing edge of Divider
or
bottom edge of VerticalDivider
.