view method

Widget view(
  1. BuildContext context
)

The view of the widget

Implementation

Widget view(BuildContext context) {
  return const SizedBox.shrink();
}