add todo to bad visibility widget

This commit is contained in:
shilangyu 2020-10-01 00:06:05 +02:00
parent ba3c1d59e1
commit 4c5df61643
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ class UserProfileTab extends HookWidget {
return Scaffold(
extendBodyBehindAppBar: true,
// TODO: this is not visible in light mode when the sliver app bar
// in UserProfile is folded
appBar: AppBar(
backgroundColor: Colors.transparent,
shadowColor: Colors.transparent,