menu
in_app_purchaser package
documentation
utils/state.dart
PaywallState<T extends Object?>
of method
of method
dark_mode
light_mode
of
method
T?
of
(
bool
?
selected
)
Implementation
T? of(bool? selected) => selected ?? false ? secondary : primary;
in_app_purchaser package
documentation
utils/state
PaywallState<T extends Object?>
of method
PaywallState class