texture property
TextureD
get
texture
Texture atlas containing the glyphs
Implementation
TextureD get texture => _texture = field_texture.readOr(op, _texture);
set
texture
(TextureD value)
Implementation
set texture(TextureD value) => _texture = field_texture.writeOr(op, value);