add todo to bad visibility widget
This commit is contained in:
parent
ba3c1d59e1
commit
4c5df61643
|
@ -43,6 +43,8 @@ class UserProfileTab extends HookWidget {
|
||||||
|
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
extendBodyBehindAppBar: true,
|
extendBodyBehindAppBar: true,
|
||||||
|
// TODO: this is not visible in light mode when the sliver app bar
|
||||||
|
// in UserProfile is folded
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
backgroundColor: Colors.transparent,
|
backgroundColor: Colors.transparent,
|
||||||
shadowColor: Colors.transparent,
|
shadowColor: Colors.transparent,
|
||||||
|
|
Loading…
Reference in New Issue