TableViewHorizontalDividerStyle constructor
const
TableViewHorizontalDividerStyle({})
Implementation
const TableViewHorizontalDividerStyle({
this.enabled = true,
super.color,
super.thickness,
super.space,
super.indent,
super.endIndent,
}) : assert(thickness == null || thickness >= 0),
assert(space == null || space >= 0),
assert(indent == null || indent >= 0),
assert(endIndent == null || endIndent >= 0);