child property

Widget? child
final

A widget to render as the child of a InkWell.

If null, then a default save button is shown to the user.

Implementation

final Widget? child;