child property

Widget child
final

The child widget to display when the kill switch is inactive.

This is typically your main app content or home screen.

Implementation

final Widget child;