useLeading method

void useLeading(
  1. Widget builder()
)

Implementation

void useLeading(Widget Function() builder) => leading = builder();