NumWidget constructor

const NumWidget({
  1. Key? key,
  2. String? label,
  3. num? value,
})

Implementation

const NumWidget({Key? key, this.label, this.value}) : super(key: key);