ResponsiveExample constructor

const ResponsiveExample({
  1. Key? key,
})

Default constructor for the ResponsiveExample widget

Implementation

const ResponsiveExample({Key? key}) : super(key: key);