Styles.raw constructor

  1. @Deprecated('Will be removed in 0.20.0. Use Styles() instead.')
const Styles.raw(
  1. Map<String, String> styles
)

Constructs a Styles instance from a Map of raw css style properties and values.

Implementation

@Deprecated('Will be removed in 0.20.0. Use Styles() instead.')
const factory Styles.raw(Map<String, String> styles) = _RawStyles;