PhoneLengthLimitingTextInputFormatter.fromController constructor

PhoneLengthLimitingTextInputFormatter.fromController(
  1. PhoneController controller
)

Implementation

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