DividerThemeModifier constructor
const
DividerThemeModifier({
- Key? key,
- Widget? child,
- Key? modifierKey,
- required DividerThemeData data,
Creates a divider theme that controls the configurations for Dividers, VerticalDividers, dividers between ListTiles, and dividers between rows in DataTables in its widget subtree.
Implementation
const DividerThemeModifier({
super.key,
super.child,
super.modifierKey,
required this.data,
});