computeBounds method

  1. @override
Bounds computeBounds(
  1. SkeletonDrawableFlutter drawable
)
override

Implementation

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