Style constructor

const Style(
  1. Map<String, String> _rules
)

Creates a new instance of Style.

Implementation

const Style(this._rules);