$defaultDensityForPlatform static method
Wrapper for the VisualDensity.defaultDensityForPlatform method
Implementation
static $Value? $defaultDensityForPlatform(
Runtime runtime,
$Value? target,
List<$Value?> args,
) {
final value = VisualDensity.defaultDensityForPlatform(args[0]!.$value);
return $VisualDensity.wrap(value);
}