TimeEditingController.fromValue constructor

TimeEditingController.fromValue(
  1. TextEditingValue value
)

Implementation

TimeEditingController.fromValue(super.value)
    : super.fromValue(validator: TimeValidator());