labelForChild method Null safety

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

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

Used by debugDescribeChildren to label the children.

Implementation

@protected
String labelForChild(int index);