ZdsTab constructor

const ZdsTab(
  1. {Key? key,
  2. Widget? icon,
  3. String? label,
  4. Widget? child,
  5. String? semanticLabel}
)

Creates a ZdsResponsiveTabBar or ZdsTabBar tab. At least one of icon, label, or child must not be null

Implementation

const ZdsTab