mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
migrate: fl_lib
This commit is contained in:
@@ -15,7 +15,8 @@ final class _AppBar extends CustomAppBar {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final placeholder = SizedBox(
|
||||
height: CustomAppBar.sysStatusBarHeight ?? 0 + MediaQuery.of(context).padding.top,
|
||||
height: CustomAppBar.sysStatusBarHeight ??
|
||||
0 + MediaQuery.of(context).padding.top,
|
||||
);
|
||||
return selectIndex.listenVal(
|
||||
(idx) {
|
||||
|
||||
Reference in New Issue
Block a user