Style constructor
Style(
- StyleFamily styleFamily,
- String styleName,
- AllowedUpdates allowedUpdates
Implementation
Style(this.styleFamily, this.styleName, this.allowedUpdates);