builder method

Widget? builder()

A method to build the widget when the screen type matches no specific condition.

Implementation

Widget? builder() => null;