I have a component that extends spark.components.Button
I used this new component for all buttons that I am using on my application. Now I want to set a default height for the buttons, these are the specs
- By default buttons have a default height set on AS3.
- On mxml, if height value is set it will override the default height.
Tried setting the $this->height value but it won't allow overrides to the default.
How can I do this?