All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.woojiahao.style.elements.Link.kt Maven / Gradle / Ivy

package com.github.woojiahao.style.elements

import com.github.woojiahao.style.Settings
import com.github.woojiahao.utility.c

class Link(settings: Settings) : Element("a", settings) {
  init {
    textColor.value = c("448AFF")
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy