popover abstract method

Widget popover({
  1. double? width,
  2. double? height,
  3. bool showTip = true,
})

Implementation

Widget popover({
  double? width,
  double? height,
  bool showTip = true,
});