DrawerHelpWidget constructor

const DrawerHelpWidget({
  1. required String helpString,
})

Implementation

const DrawerHelpWidget({required this.helpString});