SafeStyle.trusted constructor

SafeStyle.trusted(
  1. 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._;