getTitle method

Widget getTitle()

Returns the title of the matched ListTile via Widget.toDiagnosticsNode

Implementation

Widget getTitle() {
  return getDiagnosticProp<Widget>('title');
}