CSSSupports constructor
CSSSupports({
- required String text,
- required bool active,
- SourceRange? range,
- StyleSheetId? styleSheetId,
Implementation
CSSSupports(
{required this.text,
required this.active,
this.range,
this.styleSheetId});