child property

Widget child
final

The child widget to display inside the toggle button.

Typically contains text, icons, or a combination of both. The child receives the visual styling and interaction behavior of the toggle button.

Implementation

final Widget child;