buildResponsive abstract method

Widget buildResponsive(
  1. BuildContext context,
  2. Breakpoints breakpoint
)

Builds with the current Breakpoints. This method will be automatically called when the breakpoint changes.

Implementation

Widget buildResponsive(BuildContext context, Breakpoints breakpoint);