defaultScalingOf static method
Implementation
static AdaptiveScaling defaultScalingOf(BuildContext context) {
final theme = Theme.of(context);
return defaultScaling(theme);
}
static AdaptiveScaling defaultScalingOf(BuildContext context) {
final theme = Theme.of(context);
return defaultScaling(theme);
}