Skeleton.line constructor

const Skeleton.line({
  1. String? width,
  2. Key? key,
})

Text line skeleton

Implementation

const Skeleton.line({
  this.width,
  super.key,
})  : height = null,
      borderRadius = null,
      circle = false;