$defaultColor static method
Wrapper for the ButtonStyleButton.defaultColor method
Implementation
static $Value? $defaultColor(
Runtime runtime,
$Value? target,
List<$Value?> args,
) {
final value = ButtonStyleButton.defaultColor(
args[0]!.$value,
args[1]!.$value,
);
return value == null ? const $null() : $WidgetStateProperty.wrap(value);
}