context property

  1. @override
String context

Text around the span, which includes the line containing this span.

Implementation

@override
String get context => _inner.context;