child property

Widget? child
final

A custom child widget to display in the button.

If provided, this takes precedence over icon, imageUrl, and text.

Implementation

final Widget? child;