SafeStyle.trusted constructor
SafeStyle.trusted(
- String style
Creates a SafeStyle instance from style that will bypass sanitization.
Warning: Only use this for style values you fully trust.
Implementation
factory SafeStyle.trusted(String style) = SafeStyle._;