LeadingWidget constructor

const LeadingWidget({
  1. Key? key,
  2. RCKLeadingConfig config = const RCKLeadingConfig(),
  3. VoidCallback? onPressed,
})

Implementation

const LeadingWidget({
  super.key,
  this.config = const RCKLeadingConfig(),
  this.onPressed,
});