DividerTheme constructor
const
DividerTheme({})
Creates a DividerTheme.
Implementation
const DividerTheme({
this.color,
this.height,
this.thickness,
this.indent,
this.endIndent,
this.padding,
});
Creates a DividerTheme.
const DividerTheme({
this.color,
this.height,
this.thickness,
this.indent,
this.endIndent,
this.padding,
});