RequiredText.pure constructor

const RequiredText.pure({
  1. int minLength = 1,
  2. int? maxLength,
})

Implementation

const RequiredText.pure({this.minLength = 1, this.maxLength}) : super.pure('');