onWeb method

T onWeb(
  1. T style
)

Creates a variant for web platform.

Implementation

T onWeb(T style) {
  return variant(ContextVariant.web(), style);
}