getWidget method

Widget? getWidget(
  1. BuildContext context
)

Implementation

Widget? getWidget(BuildContext context) {
  return null;
}