StatusLabel constructor

const StatusLabel({
  1. Key? key,
  2. required AutoDebitRuleStatus status,
})

Implementation

const StatusLabel({super.key, required this.status});