BagMap<K, V> constructor
const
BagMap<K, V> (
- Map<
K, V> items, { - Key? key,
- required Mapper<
Map< sizing,K, V> , RenderSizing> - required Mapper<
Map< painting,K, V> , RenderPainting>
Implementation
const BagMap(
this.items, {
super.key,
required this.sizing,
required this.painting,
});