computeBounds method
Implementation
@override
Bounds computeBounds(SkeletonDrawableFlutter drawable) {
return Bounds(x: x, y: y, width: width, height: height);
}
@override
Bounds computeBounds(SkeletonDrawableFlutter drawable) {
return Bounds(x: x, y: y, width: width, height: height);
}