of static method
Implementation
static CheckoutTheme of(BuildContext context) {
return Theme.of(context).extension<CheckoutTheme>() ?? const CheckoutTheme();
}
static CheckoutTheme of(BuildContext context) {
return Theme.of(context).extension<CheckoutTheme>() ?? const CheckoutTheme();
}