NewSystemColor creates a new instance
(systemColorValue SystemColorValue)
| 166 | |
| 167 | // NewSystemColor creates a new instance |
| 168 | func NewSystemColor(systemColorValue SystemColorValue) ThemeColor { |
| 169 | return &SystemColor{ |
| 170 | systemColorValue: systemColorValue, |
| 171 | } |
| 172 | } |
| 173 | |
| 174 | func (systemColor *SystemColor) themeColor() {} |
| 175 |
no outgoing calls