Divider constructor
const
Divider({})
Implementation
const Divider({
super.key,
this.color,
this.height,
this.thickness,
this.indent,
this.endIndent,
this.child,
this.padding,
});
const Divider({
super.key,
this.color,
this.height,
this.thickness,
this.indent,
this.endIndent,
this.child,
this.padding,
});