Widget excludeSkeleton({bool exclude = true}) { return Skeleton.keep( keep: exclude, child: this, ); }