mob[panorama]: add back button to viewer screen (#3140)
## Description Add back button to Panorama screen which will disappear as soon as timer expires i.e. 5 seconds and reappear on screen tap. ## Tests
This commit is contained in:
@@ -127,6 +127,7 @@ class _PanoramaViewerScreenState extends State<PanoramaViewerScreen> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: isVisible ? AppBar() : null,
|
||||
body: Stack(
|
||||
children: [
|
||||
Panorama(
|
||||
|
||||
Reference in New Issue
Block a user