Package-level declarations

Types

Link copied to clipboard
enum Corner : Enum<Corner>
Link copied to clipboard
Link copied to clipboard
sealed class LinkTarget
Link copied to clipboard
abstract class MdItemWidget : MdWidget

Subclass of widget that are meant to be added to a list container.

Link copied to clipboard

Subclass of widgets which only accept child of type T.

Link copied to clipboard

Widget that only accepts child of type T. It is a simpler replacement for Container which accept any kind of child.

Link copied to clipboard
abstract class MdWidget : Widget

Base class for material widget.

Link copied to clipboard