Style constructor

Style({
  1. required String css,
})

Implementation

Style({
  required this.css,
}) : super(children: []);