StacDivider constructor
const
StacDivider({})
Creates a StacDivider.
All properties are optional. The parser will provide appropriate defaults
from Flutter's Divider
if they are not specified.
Implementation
const StacDivider({
this.height,
this.thickness,
this.indent,
this.endIndent,
this.color,
});