labelForChild abstract method

  1. @protected
String labelForChild(
  1. int index
)

A short string to identify the child with the given index.

Used by debugDescribeChildren to label the children.

Implementation

@protected
String labelForChild(int index);