From b1a1e4131b8a367f22e1e2f4ab7f9c01ffcda9fa Mon Sep 17 00:00:00 2001 From: Kieran Date: Mon, 19 May 2025 16:42:43 +0100 Subject: [PATCH] refactor: replace spacer with spacer widget --- lib/pages/stream.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/stream.dart b/lib/pages/stream.dart index 502cc49..ce81c01 100644 --- a/lib/pages/stream.dart +++ b/lib/pages/stream.dart @@ -131,7 +131,7 @@ class _StreamPage extends State with RouteAware { ProfileWidget.pubkey( stream.info.host, children: [ - Expanded(child: SizedBox()), // spacer + Spacer(), BasicButton( Row(children: [Icon(Icons.bolt, size: 14), Text("Zap")]), padding: EdgeInsets.symmetric(horizontal: 10, vertical: 2),