Tencent / tdesign-flutter

A Flutter UI components lib for TDesign.
https://tdesign.tencent.com/flutter
527 stars 74 forks source link

[TDButton] 图片和文本直接的间距写死的是8 #314

Open applebest opened 2 weeks ago

applebest commented 2 weeks ago

这个功能解决了什么问题

    if (children.length == 2) {
      children.insert(
        1,
        const SizedBox(
          width: 8,
        ),
      );
    }

你建议的方案是什么

暴露参数,提供外部设置间距 ,图片与文本直接的间距 ,首个widget对于父视图的间距 ,尾部的widget对于父视图最右侧的间距

github-actions[bot] commented 2 weeks ago

👋 @applebest,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。