$compact static method
Wrapper for the VisualDensity.compact getter
Implementation
static $Value? $compact(Runtime runtime, $Value? target, List<$Value?> args) {
const value = VisualDensity.compact;
return $VisualDensity.wrap(value);
}
Wrapper for the VisualDensity.compact getter
static $Value? $compact(Runtime runtime, $Value? target, List<$Value?> args) {
const value = VisualDensity.compact;
return $VisualDensity.wrap(value);
}