child property
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;
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.
final Widget child;