Link.stylesheet constructor

Link.stylesheet({
  1. required String href,
})

Implementation

Link.stylesheet({
  required this.href,
}) : rel = "stylesheet",
     super(children: []);