HelpCenterView constructor

const HelpCenterView({
  1. required HelpCenterObject helpCenter,
})

Implementation

const HelpCenterView({required this.helpCenter});