sym static method

SymbolRenderInfo sym(
  1. String unicode
)

Implementation

static SymbolRenderInfo sym(String unicode) =>
    SymbolRenderInfo(unicode, FontCategory.symbol, FontStyle.normal);