conceptadev / mix

A styling system for Flutter
https://fluttermix.com
BSD 3-Clause "New" or "Revised" License
601 stars 37 forks source link

feat: Utilities for text height behavior #495

Closed tilucasoli closed 3 weeks ago

tilucasoli commented 1 month ago

Description

before

$text.textHeightBehavior(
   const TextHeightBehavior(
      applyHeightToFirstAscent: false,
      applyHeightToLastDescent: false,
    ),
)

now

$text.chain
    ..textHeightBehavior.heightToFirstAscent(false),
    ..textHeightBehavior.heightToLastDescent(false),
)

Changes

Review Checklist

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **mix-docs** | ⬜️ Ignored ([Inspect](https://vercel.com/fluttertools/mix-docs/3Yf1w8jYcBFphLtuKu31ZTNSTTJT)) | [Visit Preview](https://mix-docs-git-feat-utilities-for-text-height-13c991-fluttertools.vercel.app) | | Oct 2, 2024 4:50pm |