tn_bottom_sheet_navigator library

Classes

TnBottomSheetAppBar
Creates a TnBottomSheetAppBar
TnBottomSheetAppBarTheme
Creates a TnBottomSheetAppBarTheme
TnBottomSheetNavigatorBuilder
Widget for route builder inside the ModalBottomSheet
TnBottomSheetRoute
A base entity to create bottom sheet routes
TnBottomSheetScaffold
Creates a TnBottomSheetScaffold
TnBottomSheetSettings
A base entity for bottom sheet navigator settings
TnNavigatorBuilder
Widget for TnNavigator builder
TnRouter
The TnRouter Singleton, this holds the navigation flow logic

Extensions

TnContextExtensions on BuildContext
Extensions on build context for shortcut access to TnRouter and TnBottomSheetNavigator

Functions

showTnBottomSheetNavigator<T>({required BuildContext context, required String initialPath, Map<String, dynamic>? params, TnBottomSheetSettings settings = const TnBottomSheetSettings()}) Future<T?>
Method to invoke the bottom sheet navigator