SkeletonGenerationContext constructor
const
SkeletonGenerationContext({
- required SkeletonConfig config,
- Map<
Type, Size> sizeCache = const {},
Creates a skeleton generation context.
Implementation
const SkeletonGenerationContext({
required this.config,
this.sizeCache = const {},
});