onMacos method

T onMacos(
  1. T style
)

Creates a variant for macOS platform.

Implementation

T onMacos(T style) {
  return variant(ContextVariant.platform(.macOS), style);
}