mirror of
https://github.com/nostrlabs-io/zap-stream-flutter.git
synced 2025-06-16 11:58:50 +00:00
refactor: replace spacer with spacer widget
This commit is contained in:
@ -131,7 +131,7 @@ class _StreamPage extends State<StreamPage> with RouteAware {
|
|||||||
ProfileWidget.pubkey(
|
ProfileWidget.pubkey(
|
||||||
stream.info.host,
|
stream.info.host,
|
||||||
children: [
|
children: [
|
||||||
Expanded(child: SizedBox()), // spacer
|
Spacer(),
|
||||||
BasicButton(
|
BasicButton(
|
||||||
Row(children: [Icon(Icons.bolt, size: 14), Text("Zap")]),
|
Row(children: [Icon(Icons.bolt, size: 14), Text("Zap")]),
|
||||||
padding: EdgeInsets.symmetric(horizontal: 10, vertical: 2),
|
padding: EdgeInsets.symmetric(horizontal: 10, vertical: 2),
|
||||||
|
Reference in New Issue
Block a user