Stack the settings button over the header widget
This commit is contained in:
parent
46cf652463
commit
f1d2290729
1 changed files with 4 additions and 1 deletions
|
@ -162,7 +162,10 @@ class _HomeWidgetState extends State<HomeWidget> {
|
|||
header = Container(
|
||||
margin: EdgeInsets.only(top: 12),
|
||||
child: Stack(
|
||||
children: [_settingsButton, _headerWidget],
|
||||
children: [
|
||||
_headerWidget,
|
||||
_settingsButton,
|
||||
],
|
||||
),
|
||||
);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue