NavigationBarProperties constructor
const
NavigationBarProperties({
- bool? contrastEnforced,
- Color? color,
- Color? dividerColor,
- Brightness? brightness,
- bool? transparency,
Implementation
const NavigationBarProperties({
this.contrastEnforced,
this.color,
Color? dividerColor,
this.brightness,
this.transparency,
}) : dividerColor = dividerColor ?? color;