GridSkeleton constructor

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

Creates a GridSkeleton.

The constructor takes an optional key parameter.

Implementation

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