diff --git a/website/pages/docs/guides/decorators.mdx b/website/pages/docs/guides/decorators.mdx index 8ad60aa52..0664ca75c 100644 --- a/website/pages/docs/guides/decorators.mdx +++ b/website/pages/docs/guides/decorators.mdx @@ -15,6 +15,10 @@ Transform.scale( ) ``` + + Important Note: Decorators are a special kind of attribute that can't be inherited for any child widgets. + + ### Creating a decorator We can achieve the same effect by creating a custom `**WidgetDecorator**`.