onTapLeading property

(dynamic Function()?) onTapLeading
getter/setter pair

The following widgets change the parameters of the appBar that is located in the Pueprint This is the leading onTap parameter in the appBar that is defined in the Pueprint

Implementation

/// This is the leading `onTap` parameter in the appBar that is defined
/// in the [Pueprint]
Function()? onTapLeading;