bypassSecurityTrustStyle method
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 ?? '');