DividerThemeData constructor
const
DividerThemeData({})
Creates a theme that can be used for DividerTheme or ThemeData.dividerTheme.
Implementation
const DividerThemeData({
this.color,
this.space,
this.thickness,
this.indent,
this.endIndent,
this.radius,
});