vi-k / bubble

Speech bubble for Flutter
BSD 2-Clause "Simplified" License
269 stars 58 forks source link

Dynamic width when text is more than 1 line. #39

Open akbarpulatov opened 3 years ago

akbarpulatov commented 3 years ago

Screen Shot 2021-11-23 at 12 30 50 It is ok when the text is only 1 line. But when the text is 2 lines, there is a trailing gap, which is not very beautiful.

bensal-kb commented 2 years ago

Simply add a padding, the issue is solved