Style? computedDecorationStyle(String styleKey) { final style = decorationStyles[styleKey]; if (style == null) { return null; } return computedText.copy().inherit(style).inline(true); }