$adaptivePlatformDensity static method

$Value? $adaptivePlatformDensity(
  1. Runtime runtime,
  2. $Value? target,
  3. List<$Value?> args
)

Wrapper for the VisualDensity.adaptivePlatformDensity getter

Implementation

static $Value? $adaptivePlatformDensity(
  Runtime runtime,
  $Value? target,
  List<$Value?> args,
) {
  final value = VisualDensity.adaptivePlatformDensity;
  return $VisualDensity.wrap(value);
}