GFFloatingWidget constructor
const
GFFloatingWidget({})
Creates a Floating body can be used to display the quick messages, warning and erros. Inside floating widget GFToast can be used as body. See GFToast
Implementation
const GFFloatingWidget(
{Key? key,
this.child,
this.horizontalPosition,
this.verticalPosition,
this.blurnessColor,
this.showBlurness = false,
this.body})
: super(key: key);