Tab constructor

const Tab({
  1. String? text,
  2. String? icon,
})

Implementation

const Tab({this.text, this.icon});