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

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

There is a newer version: 0.2.3
Show newest version
package com.github.woojiahao.style.elements

import com.github.woojiahao.utility.c

class Link : Element("a") {
  init {
    textColor = c("448AFF")
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy