VerticalDivider constructor
const
VerticalDivider({})
Implementation
const VerticalDivider({
super.key,
this.color,
this.width,
this.thickness,
this.indent,
this.endIndent,
this.child,
this.padding = const EdgeInsets.symmetric(vertical: 8),
});