GluestackProvider(// This is how we can provide custom configuration to Gluestack Theme.gluestackCustomConfig: GluestackCustomConfig(button: customButton,buttonText: customButtonText,),child: GSApp(),)
Map<String, dynamic> customButton = {'bg': '\$error300','_dark': {'bg': '\$primary800','borderColor': '\$primary700',':hover': {'bg': '\$error300','borderColor': '\$primary400',}}};
GluestackProvider(gluestackTokenConfig: GluestackTokenConfig(gsColorsToken: GSColorsToken(textLight0: Color(0xfffffff),),),)