Partitions constructor
Partitions({
- required List<
Partition> children, - MainAxisSize mainAxisSize = MainAxisSize.max,
Implementation
Partitions({
required this.children,
this.mainAxisSize = MainAxisSize.max,
}) : _context = PartitionsContext(children.length),
super();