onMacos method
T
onMacos(
- T style
Creates a variant for macOS platform.
Implementation
T onMacos(T style) {
return variant(ContextVariant.platform(.macOS), style);
}
Creates a variant for macOS platform.
T onMacos(T style) {
return variant(ContextVariant.platform(.macOS), style);
}