Deck constructor
const
Deck({})
Implementation
const Deck({
Key? key,
this.collapsedSize = 48.0,
this.collapseOnTap = true,
this.expandedSize,
required this.items,
this.mainAxisSize,
}) : super(key: key);