widget_with_codeview
widget_with_codeview copied to clipboard
Cant change color icon and background tabbar preview and code
I try using light and dark mode, but Cant change color icon and background Tab bar preview and code, because any colors.white, in package Tab( child: ListTile( leading: Icon(Icons.phone_android, color: Colors.white), title: Text('Preview', style: TextStyle(color: Colors.white)), ), ),
and in the WidgetWithCodeView, codeLinkPrefix value can't open website link url, just 404 not found?