ResponsiveUtil constructor

const ResponsiveUtil({
  1. required ScreenChangePoints changePoints,
  2. required BuildContext context,
})

Define a ResponsiveUtil class.

Implementation

const ResponsiveUtil({
  required this.changePoints,
  required this.context,
});