Container
Represents a Material UI styled container that wraps and aligns its child elements.
Overview
Initializer
Container(@ViewBuilder content: () -> Content)Parameter
Parameter
Description
Example
Container {
Text("Hello, World!")
.font(MaterialUIKit.configuration.h1)
.foregroundColor(.materialUIPrimaryTitle)
}Last updated