DisplayModeBarTheme constructor
const
DisplayModeBarTheme({
- Key? key,
- required DisplayModeBarStyle style,
- required Widget child,
Implementation
const DisplayModeBarTheme(
{super.key, required this.style, required super.child});