PopupDialog constructor
const
PopupDialog(
- double defaultPopUpWidth, {
- Key? key,
- required BuildContext btnContext,
- required ValueChanged<
String> onClickMenu, - required List<
PopUpMenuItem> items, - required TDBottomTabBarPopUpShapeConfig? config,
Implementation
const PopupDialog(this.defaultPopUpWidth,
{Key? key,
required this.btnContext,
required this.onClickMenu,
required this.items,
required this.config})
: super(key: key);