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