getColorLayers method
Get the colored layers for a color glyph. Returns an empty list for non-color glyphs.
Implementation
List<ColorGlyphLayer> getColorLayers(int glyphId,
{int foregroundColor = 0xFF000000}) =>
const [];
Get the colored layers for a color glyph. Returns an empty list for non-color glyphs.
List<ColorGlyphLayer> getColorLayers(int glyphId,
{int foregroundColor = 0xFF000000}) =>
const [];