StatusProperty constructor

const StatusProperty({
  1. String? label,
  2. required dynamic value,
})

Implementation

const StatusProperty({this.label, required this.value});