child property

Widget child
final

The child widget to apply the lightning effect on.

This is the widget that will have the lightning effect overlaid on top. The effect will match the size and shape of this child widget.

Implementation

final Widget child;