aloisdeniel / aloisdeniel/style-dictionary-figma-flutter
textAlign not working for the generated text
- Ngôn ngữ chính
- Dart
- Star
- 47
- Fork
- 8
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Hello,
First, I'd like to thank you for supporting flutter, Currently we have an issue we wanna change textAlign but we cannot
`
FigmaText.bodyLargeMedium('test',textAlign: TextAlign.center );
`
Now we have to do that:
`Text(
'text,
style: TextStyle(
fontSize: FigmaTextStyleData.regular()
.bodyLargeRegular
.fontSize,
fontWeight: FigmaTextStyleData.regular()
.bodyLargeRegular
.fontWeight,
color: FigmaColorData.regular().primaryDark),
textAlign: TextAlign.center,
),`
if we can pass the textAlign too to the generated text class that would be great.
Thanks,
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.