child property

Widget? child
final

The label to show on this drawer item.

Defaults to a text widget that says "About Foo" where "Foo" is the application name specified by applicationName.

Implementation

final Widget? child;