master #81

Closed
malo wants to merge 322 commits from master into feat/bloc_layout/new-package
Showing only changes of commit dbe8554eb7 - Show all commits

View File

@ -87,13 +87,10 @@ class RichTextBuilder extends RichTextBuilderComponent
);
},
);
return SelectionArea(
child: Text.rich(
return Text.rich(
TextSpan(children: [root.toInlineSpan(customParser)]),
textHeightBehavior:
const TextHeightBehavior(applyHeightToLastDescent: false),
),
);
}
}