SkeletonLine constructor

const SkeletonLine({
  1. Key? key,
  2. double widthFactor = 1.0,
  3. double height = 14,
})

Implementation

const SkeletonLine({super.key, this.widthFactor = 1.0, this.height = 14});