TabShellAppBarStyle constructor

TabShellAppBarStyle({
  1. Color? lineIndicatorColor,
  2. Color? selectedLabelColor,
  3. Color? unselectedLabelColor,
  4. Color? outlinedTabColor,
  5. TextStyle? labelStyle,
  6. TextStyle? outlinedLabelStyle,
})

Implementation

TabShellAppBarStyle({
  this.lineIndicatorColor,
  this.selectedLabelColor,
  this.unselectedLabelColor,
  this.outlinedTabColor,
  this.labelStyle,
  this.outlinedLabelStyle,
});