$standard static method

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

Wrapper for the VisualDensity.standard getter

Implementation

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