ResponsiveMaster constructor
const
ResponsiveMaster({
- Key? key,
- required Widget builder(
- BuildContext context,
- ResponsiveMasterModel deviceInfo
- bool materialApp = false,
- ResponsiveMasterConfig? config,
Implementation
const ResponsiveMaster({
super.key,
required this.builder,
this.materialApp = false,
this.config,
});