add qr button to channel_list_extended
This commit is contained in:
@@ -10,9 +10,11 @@ class SCNScaffold extends StatelessWidget {
|
||||
this.showSearch = true,
|
||||
this.showShare = false,
|
||||
this.onShare = null,
|
||||
this.floatingActionButton = null,
|
||||
}) : super(key: key);
|
||||
|
||||
final Widget child;
|
||||
final Widget? floatingActionButton;
|
||||
final String? title;
|
||||
final bool showThemeSwitch;
|
||||
final bool showSearch;
|
||||
@@ -30,6 +32,7 @@ class SCNScaffold extends StatelessWidget {
|
||||
onShare: onShare ?? () {},
|
||||
),
|
||||
body: child,
|
||||
floatingActionButton: floatingActionButton,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user