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