CustomTabParam constructor

const CustomTabParam({
  1. String? toolbarColor,
  2. String? secondaryToolbarColor,
  3. String? navigationBarColor,
  4. String? navigationBarDividerColor,
  5. String? backgroundColor,
})

Implementation

const CustomTabParam({
  this.toolbarColor,
  this.secondaryToolbarColor,
  this.navigationBarColor,
  this.navigationBarDividerColor,
  this.backgroundColor,
});