$standard static method
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);
}