child property

Widget? child
final

If provided, child is the widget used for this button and the button will utilize an InkWell for taps.

Implementation

final Widget? child;