childCount property

  1. @override
int get childCount
inherited

Implementation

@override
int get childCount => children?.length ?? 0;