AppTab constructor

const AppTab({
  1. String? label,
  2. IconData? icon,
})

Implementation

const AppTab({this.label, this.icon});