SkeletonLine constructor

const SkeletonLine({
  1. Key? key,
  2. SkeletonLineStyle style = const SkeletonLineStyle(),
})

Implementation

const SkeletonLine({Key? key, this.style = const SkeletonLineStyle()})
    : super(key: key);