tiny_cupertino 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
TinyXContextShowCupertinoDialog on BuildContext
showCupertinoDialog(context: context, ...) as context.showCupertinoDialog(...)
TinyXContextShowCupertinoModalPopup on BuildContext
showCupModalPopup(context: context, ...) as context.showCupModalPopup(...)