value property

num? get value

Implementation

num? get value => decimal ? controller.text.toDouble : controller.text.toInt;