menu
user_identity_feature package
documentation
components/user_identity_scope.dart
UserIdentityScope
UserIdentityScope.new const constructor
UserIdentityScope.new const constructor
dark_mode
light_mode
UserIdentityScope
constructor
const
UserIdentityScope
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const UserIdentityScope({ super.key, required this.child, });
user_identity_feature package
documentation
components/user_identity_scope
UserIdentityScope
UserIdentityScope.new const constructor
UserIdentityScope class