hasSkeletalLoad method

bool hasSkeletalLoad()

Implementation

bool hasSkeletalLoad(){
  return widget.skeletalInflater != null && (widget.skeletalCount ?? 0) > 0;
}