TDBottomTabBarPopUpShapeConfig constructor

TDBottomTabBarPopUpShapeConfig({
  1. double? popUpWidth,
  2. double? popUpitemHeight = _kDefaultMenuItemHeight,
  3. Color? backgroundColor,
  4. double? radius,
  5. double? arrowWidth,
  6. double? arrowHeight,
})

Implementation

TDBottomTabBarPopUpShapeConfig(
    {this.popUpWidth,
    this.popUpitemHeight = _kDefaultMenuItemHeight,
    this.backgroundColor,
    this.radius,
    this.arrowWidth,
    this.arrowHeight});