aloisdeniel / aloisdeniel/style-dictionary-figma-flutter
textAlign not working for the generated text
- 主要语言
- Dart
- 星标
- 47
- 派生
- 8
- PR 合并指标
- 30 天内没有已合并 PR
描述
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,
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。