AddGuardianScreen constructor
const
AddGuardianScreen({
- Key? key,
- required HubbleScreenState state,
Implementation
const AddGuardianScreen({
super.key,
required this.state,
});