StatusLabel constructor
const
StatusLabel({
- Key? key,
- required AutoDebitRuleStatus status,
Implementation
const StatusLabel({super.key, required this.status});
const StatusLabel({super.key, required this.status});