builder method
A method to build the widget when the screen type matches no specific condition.
Implementation
Widget? builder() => null;
A method to build the widget when the screen type matches no specific condition.
Widget? builder() => null;