carbonkivy.behaviors.declarative_behavior
Follows the same declarative pattern as KivyMD’s Declarative Behavior.
See more at: KivyMD’s Declarative Behavior Github
Documentation at: https://kivymd.readthedocs.io/en/latest/behaviors/declarative/
Module Contents
- class carbonkivy.behaviors.declarative_behavior.DeclarativeBehavior(*args, **kwargs)[source]
Implements the creation and addition of child widgets as declarative programming style.
- id
Widget ID.
idis anStringPropertyand defaults to ‘’.
- bind_color_update(*args, **kwargs) None[source]
Bug Fix for updating colors defined in python. Author:
Ansh Dadwal (https://github.com/T-Dynamos)