BasicDivider.vertical constructor
const
BasicDivider.vertical({})
Implementation
const BasicDivider.vertical({
double thickness = 1.0,
double indent = 0.0,
double endIndent = 0.0,
Color? color,
Key? key,
}) : this(
type: DividerType.vertical,
thickness: thickness,
indent: indent,
endIndent: endIndent,
color: color,
key: key,
);