tab method

Tab tab({
  1. double? height,
})

Implementation

Tab tab({double? height}) {
  return Tab(child: this, height: height);
}