Element
Functions
Configure an element's background appearance.
Add classes that tell the browser to display this element as a column.
Creates a box-shadow property with a single shadow. The property accepts either the BoxShadow.None value, the default global keywords, which indicates no shadows, or a list of shadows, created by using BoxShadow.of, ordered front to back.
The box-shadow property attaches one or more drop shadows to the box. The property accepts either the BoxShadow.None value, which indicates no shadows, or a list of shadows, created by using BoxShadow.of, ordered front to back.
Creates a single shadowed box-shadow to the desired element.
Add classes that tell the browser to display this element as a column.
Add classes that tell the browser to display this element as a row.
Set the value of a variable.
Like the version of thenIf which takes in a modifier directly, but it produces that modifier lazily.
Like thenIf but with an inverted condition.
Like the version of thenUnless which takes in a modifier directly, but it produces that modifier lazily.