SkeletonGenerationContext constructor

const SkeletonGenerationContext({
  1. required SkeletonConfig config,
  2. Map<Type, Size> sizeCache = const {},
})

Creates a skeleton generation context.

Implementation

const SkeletonGenerationContext({
  required this.config,
  this.sizeCache = const {},
});