getChildSize abstract method
- int i
The size of the ith child.
If i is negative or exceeds childCount, returns null.
Implementation
Size? getChildSize(int i);
The size of the ith child.
If i is negative or exceeds childCount, returns null.
Size? getChildSize(int i);