If I define a style in an mx:metadata tag in an mxml component is there a simple way to set a default value for that style?
If this were a code based component I would create a default factory in a static initialiser but for an mxml component is there an alternative? tks

