• hhh's avatar
    expose didExceedMaxLines from RenderParagraph (#139962) · b0b0e423
    hhh authored
    I want to build a widget that adds some extra functionality when the inner text overflow. So the problem occurred, I can't find an elegant way to determine if the text is overflowing. 
    So i expose `didExceedMaxLines` from `RenderParagraph`, I think it can make sense. Have there some advice?
    b0b0e423
paragraph.dart 82.4 KB