Closed tilucasoli closed 3 weeks ago
before
$text.textHeightBehavior( const TextHeightBehavior( applyHeightToFirstAscent: false, applyHeightToLastDescent: false, ), )
now
$text.chain ..textHeightBehavior.heightToFirstAscent(false), ..textHeightBehavior.heightToLastDescent(false), )
scalar_util_test.dart
Review Checklist
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Description
before
now
Changes
scalar_util_test.dart
fileReview Checklist