of static method
SizeConfig
of(
- BuildContext context, {
- bool detectScreen = true,
- DeviceConfig config = const DeviceConfig(),
- Size? size,
Implementation
static SizeConfig of(
BuildContext context, {
bool detectScreen = true,
DeviceConfig config = const DeviceConfig(),
Size? size,
}) {
return SizeConfig(context, detectScreen, config, size);
}