I need to change my height behavior for bubble message of a chat.
regular Text widget works as expected:
remove top height from the first line of a text, but SelectableText ignore that field:
textHeightBehavior: const TextHeightBehavior(applyHeightToFirstAscent: false)
Mb someone know what the cause? Or this is a bug of Flutter?