CSSSupports constructor

CSSSupports({
  1. required String text,
  2. required bool active,
  3. SourceRange? range,
  4. StyleSheetId? styleSheetId,
})

Implementation

CSSSupports({
  required this.text,
  required this.active,
  this.range,
  this.styleSheetId,
});