GlyphStripCache constructor

GlyphStripCache({
  1. int maxEntries = 32768,
  2. int maxAlphaBytes = 32 << 20,
})

Implementation

GlyphStripCache({this.maxEntries = 32768, this.maxAlphaBytes = 32 << 20});