child property

Widget? child
final

A widget to be placed inside the drawer header, inset by the padding.

This widget will be sized to the size of the header. To position the child precisely, consider using an Align or Center widget.

Implementation

final Widget? child;