StacTab constructor

const StacTab({
  1. String? text,
  2. StacWidget? icon,
  3. StacEdgeInsets? iconMargin,
  4. double? height,
  5. StacWidget? child,
})

Creates a StacTab.

Implementation

const StacTab({
  this.text,
  this.icon,
  this.iconMargin,
  this.height,
  this.child,
});