build method

  1. @override
Widget build(
  1. BuildContext context
)
override

the widget build method which returns the chosen Widget.

Implementation

@override
Widget build(BuildContext context) {
  return _responsiveWidget;
}