refactor: replace spacer with spacer widget

This commit is contained in:
2025-05-19 16:42:43 +01:00
parent 9f91135572
commit b1a1e4131b

View File

@ -131,7 +131,7 @@ class _StreamPage extends State<StreamPage> 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),