flutter_mentions icon indicating copy to clipboard operation
flutter_mentions copied to clipboard

Fix/make max lines nullable

Open StanevPrime opened this issue 3 years ago • 0 comments

Making maxLines nullable to be compatible with https://api.flutter.dev/flutter/cupertino/CupertinoTextField/maxLines.html

  • minLines and maxLines must be null when expands is true

StanevPrime avatar Oct 15 '21 07:10 StanevPrime