[go: up one dir, main page]

Module block

Source
Expand description

Elements related to the Block base widget.

This holds everything needed to display and configure a Block.

In its simplest form, a Block is a border around another widget. It can have a title and padding.

Modules§

title
This module holds the Title element and its related configuration types. A title is a piece of Block configuration.

Structs§

Block
Base widget to be used to display a box border around all other built-in widgets.
Padding
Defines the padding for a Block.
TitleDeprecated
A Block title.

Enums§

Position
Defines the title position.

Traits§

BlockExt
An extension trait for Block that provides some convenience methods.