DisplayModeBar constructor

const DisplayModeBar({
  1. Key? key,
  2. required bool isDark,
  3. DisplayModeBarStyle? style,
  4. String languageCode = 'ar',
})

Implementation

const DisplayModeBar({
  super.key,
  required this.isDark,
  this.style,
  this.languageCode = 'ar',
});