FastTabBarModel constructor

const FastTabBarModel({
  1. String title = '',
  2. required Widget page,
  3. required Widget icon,
  4. required Widget selectIcon,
})

Implementation

const FastTabBarModel(
    {this.title = '', required this.page, required this.icon, required this.selectIcon});