itemCount property

  1. @override
int itemCount
override

Implementation

@override
int get itemCount {
  return children.length;
}