«
class documentation

Represents an elevated block for a view.

Parameters
roundedwhether to display the outlined container with rounded corners
Method __init__ Undocumented
Method to_json Undocumented
Instance Variable rounded Undocumented

Inherited from Container:

Method kwargs_to_json Undocumented
Instance Variable _kwargs Undocumented
def __init__(self, rounded=True, **kwargs): (source)
def to_json(self): (source)

Undocumented