DividerTheme constructor
- Key? key,
- required DividerThemeData data,
- required Widget child,
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 DividerTheme({
super.key,
required this.data,
required super.child,
});