menu
rxflare package
documentation
rxflare.dart
RxRouter
tabPages property
tabPages property
dark_mode
light_mode
tabPages
property
Map
<
int
,
RxState
<
List
<
RxPage
>
>
>
tabPages
final
多 Tab 局部栈集合。Key 为 Tab 索引,Value 为该 Tab 独立的路由栈。
Implementation
final Map<int, RxState<List<RxPage>>> tabPages = {};
rxflare package
documentation
rxflare
RxRouter
tabPages property
RxRouter class