Widget thenInlineCode(String text) { return then( WidgetSpan( alignment: PlaceholderAlignment.middle, child: Text(text).inlineCode(), ), ); }