GridSkeleton constructor
const
GridSkeleton({
- Key? key,
Creates a GridSkeleton.
The constructor takes an optional key parameter.
Implementation
const GridSkeleton({Key? key}) : super(key: key);
Creates a GridSkeleton.
The constructor takes an optional key parameter.
const GridSkeleton({Key? key}) : super(key: key);