textChildCount property

int textChildCount

Implementation

int get textChildCount =>
    overflowWidget != null ? childCount - 1 : childCount;