AdwViewSwitcherTab constructor

const AdwViewSwitcherTab({
  1. Key? key,
  2. required ViewSwitcherData data,
  3. required ViewSwitcherPolicy policy,
  4. Color? badgeColor,
  5. bool isSelected = false,
  6. VoidCallback? onSelected,
  7. EdgeInsets? paddingIcon,
})

Implementation

const AdwViewSwitcherTab({
  Key? key,
  required this.data,
  required this.policy,
  this.badgeColor,
  this.isSelected = false,
  this.onSelected,
  this.paddingIcon,
}) : super(key: key);