StyleWithImports constructor

StyleWithImports(
  1. String style,
  2. List<String> styleUrls
)

Implementation

StyleWithImports(this.style, this.styleUrls);