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