I'm trying to change the name of that banner "debug" to "dev", "stage", "prod". programmatically
I want to do some action on the click of that debug banner.
I want to override all functionality of that debug banner.
Do I just have to create a new custom banner using this:
https://api.flutter.dev/flutter/widgets/Banner-class.html
Or is there any approach.
Does that debug banner is just showing it in debug mode only? Is it possible to make to use multiple purpose.
Thanks in advance.

