child property

Widget child
final

required params for all constructors child is the clickable widget to activate the navigation

Implementation

/// [child] is the clickable widget to
/// activate the navigation
final Widget child;