Closed briceallard closed 4 years ago
@briceallard
Here's a hack:
You can set flexibleSpace
property of AppBar
as follows:
flexibleSpace: DecoratedBox(
decoration: BoxDecoration(
color: Theme.of(context).primaryColor,
),
child: FlexibleSpaceBar(),
),
@briceallard
what if AppBar is not used for Tabs?
It's not related to the library. Please check: https://github.com/flutter/flutter/issues/20250
Is there a way to disable to effect you get when tapping the Tab items?