VTopTabBarModel constructor

VTopTabBarModel({
  1. String title = "",
  2. Widget? widget,
})

Implementation

VTopTabBarModel({this.title = "", this.widget /*, this.badge*/
});