Issue
https://i.stack.imgur.com/6SayB.png
how do I add text there? I tried many things but nothing works.
Solution
Use stack Widget Like below
https://api.flutter.dev/flutter/widgets/Stac…
return Scaffold(
body: Stack(
children: [
FluterMap(...),
Text('Your text')
]
)
);
Answered By - Dipak Ramoliya
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.