BagMap<K, V> constructor

const BagMap<K, V>(
  1. Map<K, V> items, {
  2. Key? key,
  3. required Mapper<Map<K, V>, RenderSizing> sizing,
  4. required Mapper<Map<K, V>, RenderPainting> painting,
})

Implementation

const BagMap(
    this.items, {
      super.key,
      required this.sizing,
      required this.painting,
    });