Styling Widgets

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

See more widgets in the Flutter 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 Flutter widget catalog.