getHelp method

Widget getHelp(
  1. BuildContext context,
  2. Widget buttons
)

Implementation

Widget getHelp(BuildContext context, Widget buttons) { //TODO: make abstract
  return buttons;
}