StickyTabBarDelegate constructor

StickyTabBarDelegate({
  1. bool horizontal = false,
  2. required Widget child,
  3. required double width,
  4. required double height,
})

Implementation

StickyTabBarDelegate({
  this.horizontal = false,
  required this.child,
  required this.width,
  required this.height,
});