menu
flutter_easy package
documentation
components/src/base_keep_alive.dart
baseKeepAliveWrapper function
baseKeepAliveWrapper function
dark_mode
light_mode
baseKeepAliveWrapper
function
Widget
baseKeepAliveWrapper
(
Widget
child
)
Implementation
Widget baseKeepAliveWrapper(Widget child) => _KeepAlive(child: child);
flutter_easy package
documentation
components/src/base_keep_alive
baseKeepAliveWrapper function
base_keep_alive library