BeautifulPopupButton typedef
Implementation
typedef Widget BeautifulPopupButton({
@required String label,
@required void Function() onPressed,
TextStyle labelStyle,
bool outline,
bool flat,
});
typedef Widget BeautifulPopupButton({
@required String label,
@required void Function() onPressed,
TextStyle labelStyle,
bool outline,
bool flat,
});