Skip to content

Commit 7fabc35

Browse files
committed
Fix FloatingActionButton position
Fix #567
1 parent 43b2838 commit 7fabc35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package/lib/src/controls/page.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,9 @@ class _PageControlState extends State<PageControl> {
570570
if (ctrl.type == "appbar") {
571571
appBar = ctrl;
572572
continue;
573+
} else if (ctrl.type == "floatingactionbutton") {
574+
fab = ctrl;
575+
continue;
573576
} else if (ctrl.type == "navigationbar") {
574577
navBar = ctrl;
575578
continue;

0 commit comments

Comments
 (0)