child property

Widget child
final

The child widget to wrap with toast functionality.

Type: Widget, required. The main application content that will have toast notification capabilities available through the widget tree.

Implementation

final Widget child;