SeniorBackdropStyle constructor

const SeniorBackdropStyle({
  1. Color? bodyColor,
  2. List<Color>? headerColors,
  3. Color? selectedLabelColor,
  4. Color? tabIndicatorColor,
  5. Color? unselectedLabelColor,
})

Style definitions for the SeniorBackdrop component.

Implementation

const SeniorBackdropStyle({
  this.bodyColor,
  this.headerColors,
  this.selectedLabelColor,
  this.tabIndicatorColor,
  this.unselectedLabelColor,
});