AppTxtRouteButton constructor
const
AppTxtRouteButton({})
Implementation
const AppTxtRouteButton({
super.key,
this.title = '',
this.btnText = '',
this.btnTextColor = Colors.blue,
this.route = 'Invalid Route',
this.pop = false,
this.arguments,
});