DisplayModeBar constructor
const
DisplayModeBar({
- Key? key,
- required bool isDark,
- DisplayModeBarStyle? style,
- String languageCode = 'ar',
Implementation
const DisplayModeBar({
super.key,
required this.isDark,
this.style,
this.languageCode = 'ar',
});