TabAppBar constructor

TabAppBar({
  1. double height = kToolbarHeight,
  2. required String title,
})

Implementation

TabAppBar({this.height = kToolbarHeight, required this.title});