removed obsolete code
This commit is contained in:
parent
dc397ea29b
commit
4d914d9211
1 changed files with 0 additions and 9 deletions
|
@ -28,15 +28,6 @@ class _AllCollectionAppBar extends SliverAppBar {
|
||||||
floating: true,
|
floating: true,
|
||||||
);
|
);
|
||||||
|
|
||||||
@override
|
|
||||||
Widget build(BuildContext context) {
|
|
||||||
return SliverAppBar(
|
|
||||||
title: const Text('All'),
|
|
||||||
actions: _buildActions(),
|
|
||||||
floating: true,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
static List<Widget> _buildActions() {
|
static List<Widget> _buildActions() {
|
||||||
return [
|
return [
|
||||||
Builder(
|
Builder(
|
||||||
|
|
Loading…
Reference in a new issue