ResponsiveRatioSizeProvider constructor
const
ResponsiveRatioSizeProvider({})
Implementation
const ResponsiveRatioSizeProvider({
super.key,
this.design = defaultDesignSize,
this.usePortraitInitialLayout = false,
this.disabled = false,
required this.child,
});