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