AnnotationText constructor

const AnnotationText({
  1. required int maxLength,
})

Implementation

const AnnotationText({required this.maxLength});