getLastChildLayoutType method

LastChildLayoutType getLastChildLayoutType(
  1. int index
)

Implementation

LastChildLayoutType getLastChildLayoutType(int index) {
  if (lastChildLayoutTypeBuilder == null) {
    return LastChildLayoutType.none;
  }

  return lastChildLayoutTypeBuilder!(index);
}