KevinNavigationBarStyle constructor

const KevinNavigationBarStyle({
  1. Color? titleColor,
  2. Color? tintColor,
  3. Color? backgroundColorLightMode,
  4. Color? backgroundColorDarkMode,
  5. Uint8List? backButtonImage,
  6. Uint8List? closeButtonImage,
})

Implementation

const KevinNavigationBarStyle({
  this.titleColor,
  this.tintColor,
  this.backgroundColorLightMode,
  this.backgroundColorDarkMode,
  this.backButtonImage,
  this.closeButtonImage,
});