PopupWindowDialogRF constructor
const
PopupWindowDialogRF({})
Implementation
const PopupWindowDialogRF(
{Key? key,
this.title,
this.subTitle,
this.avatarIcon,
this.avatarImage,
this.avatarSize = 24,
this.height = 100,
this.blurAmount = 3,
this.avatarBackground = Colors.blue,
this.body,
this.onCancel,
this.onAccept})
: super(key: key);