DividerThemeData constructor
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,
});
Creates a theme that can be used for DividerTheme or ThemeData.dividerTheme.
const DividerThemeData({
this.color,
this.space,
this.thickness,
this.indent,
this.endIndent,
});