OnCssParseError typedef

OnCssParseError = String? Function(String css, List<Message> errors)

Implementation

typedef OnCssParseError = String? Function(
  String css,
  List<cssparser.Message> errors,
);