menu
hhlifecycle_flutter package
documentation
page_stack.dart
PageStack
isCurrentPage static method
isCurrentPage static method
dark_mode
light_mode
isCurrentPage
static method
bool
isCurrentPage
(
String
tag
)
Implementation
static bool isCurrentPage(String tag){ return pageList.isNotEmpty&&pageList.first==tag; }
hhlifecycle_flutter package
documentation
page_stack
PageStack
isCurrentPage static method
PageStack class