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