当前位置: 首页 > 文档资料 > Flutter 英文文档 >

Styling widgets

优质
小牛编辑
121浏览
2023-12-01

Manage the theme of your app, makes your app responsive to screen sizes, or add padding.

    See more widgets in the widget catalog.

    Padding

    A widget that insets its child by the given padding.

    Documentation
    Theme

    Applies a theme to descendant widgets. A theme describes the colors and typographic choices of an application.

    Documentation
    MediaQuery

    Establishes a subtree in which media queries resolve to the given data.

    Documentation

    See more widgets in the widget catalog.