sprites property

Map<T, Sprite>? sprites
getter/setter pair

Map with the available states for this sprite group

Implementation

Map<T, Sprite>? sprites;