DDSDivider constructor
const
DDSDivider({})
Implementation
const DDSDivider({
Key? key,
required this.type,
this.thickness = 1.0,
this.color = Colors.black,
this.indent = 0.0,
this.endIndent = 0.0,
this.width = 1.0,
this.height = 1.0,
}) : super(key: key);