tiny_xcontext
library
Extensions
-
TinyXContextCupertinoLocalizations
on BuildContext
-
CupertinoLocalizations.of(context)
as context.cupL10n
-
TinyXContextCupertinoTheme
on BuildContext
-
CupertinoTheme.of(context)
as context.cupTheme
-
TinyXContextCupertinoUserInterfaceLevel
on BuildContext
-
CupertinoUserInterfaceLevel.of(context)
as context.cupUiLevel
-
TinyXContextFocusNode
on BuildContext
-
Focus.of(context)
as context.fNode
-
TinyXContextFocusScope
on BuildContext
-
FocusScope.of(context)
as context.fScope
-
TinyXContextFormState
on BuildContext
-
Form.of(context)
as context.form
-
TinyXContextMaterialLocalizations
on BuildContext
-
MaterialLocalizations.of(context)
as context.matL10n
-
TinyXContextMediaQuery
on BuildContext
-
MediaQuery.of(context)
as context.mq
-
TinyXContextNavigator
on BuildContext
-
Navigator.of(context)
as context.nav
-
TinyXContextOverlay
on BuildContext
-
Overlay.of(context)
as context.overlay
-
TinyXContextRootNavigator
on BuildContext
-
Navigator.of(context, rootNavigator: true)
as context.rootNav
-
TinyXContextRootOverlay
on BuildContext
-
Overlay.of(context, rootOverlay: true)
as context.rootOverlay
-
TinyXContextScaffold
on BuildContext
-
Scaffold.of(context)
as context.scaf
-
TinyXContextShowBottomSheet
on BuildContext
-
showBottomSheet(context: context, ...)
as context.showBS(...)
-
TinyXContextShowCupertinoDialog
on BuildContext
-
showCupertinoDialog(context: context, ...)
as context.showCupertinoDialog(...)
-
showCupModalPopup(context: context, ...)
as context.showCupModalPopup(...)
-
TinyXContextShowDatePicker
on BuildContext
-
showDatePicker(context: context, ...)
as context.showDP(...)
-
TinyXContextShowDialog
on BuildContext
-
showDialog(context: context, ...)
as context.showDialog(...)
-
TinyXContextShowGeneralDialog
on BuildContext
-
showGeneralDialog<T>(context: context, ...)
as context.showGeneralDialog<T>(...)
-
showMenu(context: context, ...)
as context.showMenu(...)
-
TinyXContextShowModalBottomSheet
on BuildContext
-
showModalBottomSheet(context: context, ...)
as context.showMBS(...)
-
TinyXContextShowTimePicker
on BuildContext
-
showTimePicker(context: context, ...)
as context.showTP(...)
-
TinyXContextTheme
on BuildContext
-
Theme.of(context)
as context.theme
-
TinyXContextWidgetsLocalizations
on BuildContext
-
WidgetsLocalizations.of(context)
as context.widgetsL10n