LastChildLayoutTypeBuilder typedef

LastChildLayoutTypeBuilder = LastChildLayoutType Function(int index)

The builder to get layout type of last child Notice: it should only for last child

Implementation

typedef LastChildLayoutTypeBuilder = LastChildLayoutType Function(int index);