I want to Display a Widget like this over the Image/Screen:
I try to do this with snackbar with following code:
SnackBar(
elevation: 5,
padding: const EdgeInsets.all(0),
backgroundColor: Colors.transparent,
behavior: SnackBarBehavior.floating,
content: Children()
But it is displaying with a little black color in background...
Is there any other widget for achieving this???
If you know the answer of the question then answer this question...