render method

Widget? render(
  1. BuildContext context
)

Implementation

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