of static method
Implementation
static CartButtonStyle of(BuildContext context) {
final theme = Theme.of(context);
return theme.extension<CartButtonTheme>()?.style ??
CartButtonStyle.fromColorScheme(theme.colorScheme);
}
static CartButtonStyle of(BuildContext context) {
final theme = Theme.of(context);
return theme.extension<CartButtonTheme>()?.style ??
CartButtonStyle.fromColorScheme(theme.colorScheme);
}