MakeSection<ZR, ZS> typedef

MakeSection<ZR, ZS> = ZS Function(List<ZR> children)

Given a list of children, create a Section contianing them

Implementation

typedef MakeSection<ZR, ZS> = ZS Function(List<ZR> children);