child property

Widget child
final

The child contained by the ripple widget,

  • Widget to which ripple effects apply,
  • Depending on the size of the child, the ripple effect is visible.

Implementation

final Widget child;