menu
flutter_toolbox package
documentation
generated/l10n.dart
S
maybeOf static method
maybeOf static method
dark_mode
light_mode
maybeOf
static method
S
?
maybeOf
(
BuildContext
context
)
Implementation
static S? maybeOf(BuildContext context) { return Localizations.of<S>(context, S); }
flutter_toolbox package
documentation
generated/l10n
S
maybeOf static method
S class