CSSNavigation constructor

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

Implementation

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