ResponsiveLayout.freeBuild constructor

const ResponsiveLayout.freeBuild(
  1. Widget builder(), {
  2. Key? key,
})

Implementation

const ResponsiveLayout.freeBuild(Widget Function() builder, {Key? key}) :
      mobileBody = builder,
      tabletBody = null,
      desktopBody = null, super(key: key);