If the given declaration property and value is supported. For example: RuntimePlatform.isCssDeclarationSupported('touch-action', 'pan-x')
RuntimePlatform.isCssDeclarationSupported('touch-action', 'pan-x')
The CSS property name, for example: 'touch-action'
The CSS property value to check support for.
If the given declaration property and value is supported. For example:
RuntimePlatform.isCssDeclarationSupported('touch-action', 'pan-x')