atlasFlutter property

AtlasFlutter get atlasFlutter

The AtlasFlutter from which images to render the skeleton are sourced.

Implementation

AtlasFlutter get atlasFlutter {
  if (_drawable == null) throw Exception("Controller is not initialized yet.");
  return _drawable!.atlasFlutter;
}