SIQNavigationTheme constructor

SIQNavigationTheme({
  1. String? backgroundColor,
  2. String? titleColor,
  3. String? tintColor,
})

Implementation

SIQNavigationTheme({
  this.backgroundColor,
  this.titleColor,
  this.tintColor,
});