Skip to content
Snippets Groups Projects

Resolve "Improve topbar buttons"

3 files
+ 7
3
Compare changes
  • Side-by-side
  • Inline

Files

@@ -77,10 +77,10 @@ class AppBarButton {
});
Widget render(BuildContext context) {
return ElevatedButton(
return TextButton(
onPressed: () => onPressed!(context),
onLongPress: () => onLongPress!(context),
style: ElevatedButton.styleFrom(
style: TextButton.styleFrom(
shape: const CircleBorder(),
iconColor: Theme.of(context).colorScheme.onSurface,
),
Loading