TenTab constructor
const
TenTab({})
Implementation
const TenTab({
super.key,
this.text,
this.icon,
this.iconMargin,
this.height = 32,
this.child,
}) : assert(text != null || child != null || icon != null),
assert(text == null || child == null);