Skeleton constructor

const Skeleton({
  1. Key? key,
})

Implementation

const Skeleton({Key? key}) : super(key: key);