class documentation
class PaperContainer(Container): (source)
Constructor: PaperContainer(elevation, rounded, **kwargs)
Represents an elevated block for a view.
Parameters | |
elevation | the elevation of the container. Can be a value between 0 and 24 |
rounded | whether to display the paper container with rounded corners |
Method | __init__ |
Undocumented |
Method | to |
Undocumented |
Instance Variable | elevation |
Undocumented |
Instance Variable | rounded |
Undocumented |
Inherited from Container
:
Method | kwargs |
Undocumented |
Instance Variable | _kwargs |
Undocumented |