gpt4 book ai didi

flutter - flutter 中强调色和主色的区别

转载 作者:行者123 更新时间:2023-12-04 11:37:26 26 4
gpt4 key购买 nike

关闭。这个问题需要更多focused .它目前不接受答案。












想改善这个问题吗?更新问题,使其仅关注一个问题 editing this post .

1年前关闭。




Improve this question




我是 Flutter 开发的绝对初学者。我试过了
不同的组合并在网上搜索了很多但由于不了解 Flutter 规范
即使从我的实现中,我也无法理解这些差异。

我会要求你清除差异,包括他们最好的
使用。

最佳答案

原色

A primary color is the color displayed most frequently across your app’s screens and components.If you don’t have a secondary color, your primary color can also be used to accent elements.



enter image description here

次要颜色

强调色也称为辅助色。

A secondary color provides more ways to accent and distinguish your product. Having a secondary color is optional, and should be applied sparingly to accent select parts of your UI.



次要颜色最适合:
  • float 操作按钮
  • 选择控件,如滑块和开关
  • 突出显示所选文本
  • 进度条
  • 链接和标题

  • 要阅读更多内容,请转到 official link

    enter image description here

    如何在 Flutter App 中声明主题?
      runApp(MaterialApp(
    theme: ThemeData(
    // Define the default brightness and colors.
    brightness: Brightness.light,
    primaryColor: Colors.lightBlue[800],
    accentColor: Colors.cyan[600],
    ),

    关于flutter - flutter 中强调色和主色的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59247027/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com