drawable property
SkeletonDrawable
get
drawable
The SkeletonDrawable
Implementation
SkeletonDrawable get drawable {
if (_drawable == null) throw Exception("Controller is not initialized yet.");
return _drawable!;
}