书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 20349 个相关结果.
  • Platform Styles

    Ionic Modes Overriding Mode Styles Ionic provides platform specific styles based on the device the application is running on. Styling the components to match the device guidelin...
  • Icons(图标)

    图标 用例 安装 iconfonts 安装 Material Design Icons 安装 Material Design Icons (JS SVG) 安装 Material Icons 安装 Font Awesome 5 Icons 安装 Font Awesome 4 Icons 安装 Font Awesome SVG Icons 使用...
  • InheritedWidget: Custom Theme Class

    1123 2019-12-15 《Flutter by Example》
    InheritedWidget: Custom Theme Class Set Up a Custom Theme Use the Custom Theme 1. Wrap your app 2. Use the props: 3. A design system suggestion: InheritedWidget: Custom Th...
  • 15.3 Comments are a design tool 注释是一种设计工具

    1077 2020-10-20 《软件设计的哲学》
    15.3 Comments are a design tool 注释是一种设计工具 15.3 Comments are a design tool 注释是一种设计工具 The second, and most important, benefit of writing the comments at the beginning is that it ...
  • Add a Drawer to a screen

    1086 2019-06-08 《Flutter Cookbook》
    Directions 1. Create a Scaffold 2. Add a drawer 3. Populate the drawer with items 4. Close the drawer programmatically Complete example In apps that employ Material Design, ...
  • Introduction to Controls

    651 2021-10-08 《Qt6 QML Book》
    Introduction to Controls Introduction to Controls Using Qt Quick from scratch gives you primitive graphical and interaction elements from which you can build your user interface...
  • Flutter Widget 目录

    Flutter Widget 目录 Flutter Widget 目录 你可以在下方以字母顺序查看各个 Widget 的使用方法,几乎包括了所有与 Flutter 相关的 widget。除此之外你还可以查阅 核心 Widget 目录 。 我们每周都会在 Youtube Flutter 频道 发布关于 Widget 的系列视频,你可以前去观看学习。...
  • 更新记录

    更新记录 更新记录 在2014年11月3日更新的material design规范中,包含如下更新: 一个叫“What is material?”的全新的章节来阐述material design的关键面貌,其中包含的“环境”(Environment)小节主要包含在3D世界中阴影和景深的信息,“material properties”和“organ...
  • Materials

    Physics Material Properties of Materials Creating Physics Materials Application of materials Physics Material In Cocos Creator , the physics material is a asset , which reco...
  • 在屏幕上添加一个 Drawer

    步骤 1. 创建一个 Scaffold 2. 添加一个 drawer 3. 向 drawer 中添加内容 4. 通过编程关闭 drawer 一个完整的例子 在 Material Design 设计准则里,主要提供了两种导航方式:Tab 和 Drawer。 当没有足够的空间来支持 tab 导航时,drawer 提供了另一个方便的选择。 在 Fl...