widgets/disabled_box library

Classes

DisabledBox
DisabledBox is a widget that is used to disable a widget. it has the property enabled to disable the widget. enabled is true by default. it used Opacity to make the widget transparent. and IgnorePointer to disable the touch events.