LbSetupAccessPointConfig constructor
const
LbSetupAccessPointConfig({})
Implementation
const LbSetupAccessPointConfig({
Key? key,
required this.onSuccess,
required this.onCancel,
required this.onSkip,
required this.isVisible,
}) : super(key: key);