MyDivider constructor
const
MyDivider({})
Implementation
const MyDivider({
this.height = 16.0, // sensible default
this.color = Colors.transparent,
this.thickness,
this.indent,
this.endIndent,
super.key,
});