BaseView<T> constructor
BaseView<T> ({
- Key? key,
Implementation
BaseView({Key? key})
: super(
key: key,
alwaysUseBuilder: false,
settings: const ResponsiveScreenSettings(),
);