child property

Widget child
final

A widget renders the ribbon over child widget tree. child is the area occupied by the ribbon. You can build child from whatever Widget you like.

  • Suggested child -> Image( image: AssetImage('assets/image.png'), ),

Implementation

final Widget child;