bypassSecurityTrustStyle method

SafeStyle bypassSecurityTrustStyle(
  1. String? value
)

Bypass security and trust the given value to be safe style value (CSS).

WARNING: calling this method with untrusted user data will cause severe security bugs!

Implementation

SafeStyle bypassSecurityTrustStyle(String? value) => SafeStyle(value ?? '');