ArcaneSkeletonCard constructor

const ArcaneSkeletonCard({
  1. bool showAvatar = true,
  2. int lines = 3,
  3. Key? key,
})

Implementation

const ArcaneSkeletonCard({this.showAvatar = true, this.lines = 3, super.key});