Add a docstring for HeaderIcon.icon

This commit is contained in:
Dave Pearson
2023-03-01 10:07:41 +00:00
parent 5d6f6a12ed
commit fb02fde9dc

View File

@@ -19,7 +19,9 @@ class HeaderIcon(Widget):
content-align: left middle;
}
"""
icon = Reactive("")
"""The character to use as the icon within the header."""
def render(self):
return self.icon