Stylesheet constructor

const Stylesheet(
  1. Map<String, Style> rules
)

Implementation

const Stylesheet(this.rules);