BlockLayoutCallback typedef

BlockLayoutCallback = void Function(List<BlockArea<Object>> areas)

Callback function type for block layout.

Implementation

typedef BlockLayoutCallback = void Function(List<BlockArea> areas);