LeadingWidget constructor
const
LeadingWidget({
- Key? key,
- RCKLeadingConfig config = const RCKLeadingConfig(),
- VoidCallback? onPressed,
Implementation
const LeadingWidget({
super.key,
this.config = const RCKLeadingConfig(),
this.onPressed,
});