PhoneLengthLimitingTextInputFormatter.fromController constructor
PhoneLengthLimitingTextInputFormatter.fromController(
- PhoneController controller
Implementation
PhoneLengthLimitingTextInputFormatter.fromController(PhoneController controller)
: maxLength = MetadataFinder.getMetadataLengthForIsoCode(controller.value!.isoCode).mobile.last;