fix lints

This commit is contained in:
Fabian Freund
2024-07-02 11:35:11 +02:00
parent f606aa7b2b
commit 8f3e7687c3
2 changed files with 5 additions and 2 deletions
@@ -14,7 +14,10 @@ class _SliverHeaderDelagate extends SliverPersistentHeaderDelegate {
@override
Widget build(
BuildContext context, double shrinkOffset, bool overlapsContent) {
BuildContext context,
double shrinkOffset,
bool overlapsContent,
) {
return Material(
child: Consumer(
builder: (context, ref, child) {