class documentation
class OutlinedContainer(Container): (source)
Constructor: OutlinedContainer(rounded, **kwargs)
Represents an elevated block for a view.
Parameters | |
rounded | whether to display the outlined container with rounded corners |
Method | __init__ |
Undocumented |
Method | to |
Undocumented |
Instance Variable | rounded |
Undocumented |
Inherited from Container
:
Method | kwargs |
Undocumented |
Instance Variable | _kwargs |
Undocumented |