-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
应该怎么解决?
Offstage(
offstage: _tabIndex != 0,
child: TickerMode(
enabled: _tabIndex == 0,
child: MaterialApp(
theme: ThemeData(fontFamily: "Meiryo"),
home: HomeView(),
navigatorObservers: [TrackerRouteObserverProvider.of(context)],
)),
),
Offstage(
offstage: _tabIndex != 1,
child: TickerMode(
enabled: _tabIndex == 1,
child: MaterialApp(
theme: ThemeData(fontFamily: "Meiryo"),
home: LifelogView(),
navigatorObservers: [TrackerRouteObserverProvider.of(context)],
),
),
),
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels