dart_pdf icon indicating copy to clipboard operation
dart_pdf copied to clipboard

Add CrossAxisAlignment.baseline

Open westy92 opened this issue 4 years ago • 1 comments
trafficstars

Is your feature request related to a problem? Please describe.

I'd like to align the baseline of Text elements in a Row.

Describe the solution you'd like

In flutter, you can specify:

Row(
  crossAxisAlignment: CrossAxisAlignment.baseline,
  textBaseline: TextBaseline.ideographic,
);

Docs: https://api.flutter.dev/flutter/rendering/CrossAxisAlignment-class.html https://api.flutter.dev/flutter/dart-ui/TextBaseline-class.html

Describe alternatives you've considered

Manually lining up text by adding a Padding.

westy92 avatar Sep 30 '21 03:09 westy92

+1 here

tomasweigenast avatar Jan 19 '22 12:01 tomasweigenast

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

github-actions[bot] avatar Apr 15 '23 00:04 github-actions[bot]

Please don't close this.

westy92 avatar Apr 17 '23 05:04 westy92

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

github-actions[bot] avatar May 09 '23 00:05 github-actions[bot]

Closing this stale issue because it has no activity.

github-actions[bot] avatar May 14 '23 00:05 github-actions[bot]