NavigationBarProperties constructor

const NavigationBarProperties({
  1. bool? contrastEnforced,
  2. Color? color,
  3. Color? dividerColor,
  4. Brightness? brightness,
  5. bool? transparency,
})

Implementation

const NavigationBarProperties({
  this.contrastEnforced,
  this.color,
  Color? dividerColor,
  this.brightness,
  this.transparency,
}) : dividerColor = dividerColor ?? color;