child property

Widget? child
final

child of type Widgetis alternative to title key. title will get priority over child

Implementation

final Widget? child;