Closed Abacaxi-Nelson closed 3 years ago
Hi all,
Having this code
Mention( trigger: '@', disableMarkup: false, markupBuilder: (trigger, mention, value) { print("markupBuilder"); print("mention ${mention} value ${value}"); return '[trigger, mention, value]'; }, style: const TextStyle( color: Colors.blue, fontWeight: FontWeight.bold, fontSize: 17, ), data: _users, suggestionBuilder: (data) { ... }), ],
markupBuilder is never called, am i missing something ?
thank you,
Called when calling key.currentState.controller.markupText
Hi all,
Having this code
markupBuilder is never called, am i missing something ?
thank you,