IndicatorSkeleton constructor

IndicatorSkeleton({
  1. Key? key,
  2. double? width,
  3. double? height,
})

Implementation

IndicatorSkeleton({
  Key? key,
  this.width,
  this.height,
}) : super(key: key);