TitleNavigationBarStyle constructor
const
TitleNavigationBarStyle({})
Implementation
const TitleNavigationBarStyle({
this.style,
this.padding = const EdgeInsets.all(20.0),
this.elevation = 3.0,
this.background = Colors.white,
this.activeColor = Colors.blue,
this.spaceBetween = 20.0,
this.deactiveColor = Colors.black26,
});