DisplayModeBarTheme constructor

const DisplayModeBarTheme({
  1. Key? key,
  2. required DisplayModeBarStyle style,
  3. required Widget child,
})

Implementation

const DisplayModeBarTheme(
    {super.key, required this.style, required super.child});