child property

  1. @override
Widget? child
override

The widget below this widget in the tree.

Typically a Text. An appropriate DefaultTextStyle is put in scope for the child. The text should be short enough that it won't wrap.

This widget is placed in the ListTile.title slot of a ListTile whose ListTile.leading slot is an Icons.done icon.

Implementation

@override
Widget? get child => super.child;