child property

Widget child
final

child is the Widget that will be applyed the filter.

Important:

  • child can't be null. Cannot provide a filter without a widget.

Implementation

final Widget child;