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

dev.kensa.Emphasise.kt Maven / Gradle / Ivy

There is a newer version: 0.4.23
Show newest version
package dev.kensa

import kotlin.annotation.AnnotationRetention.RUNTIME
import kotlin.annotation.AnnotationTarget.*

@Retention(RUNTIME)
@Target(FUNCTION, FIELD, VALUE_PARAMETER)
annotation class Emphasise(val textStyles: Array = [TextStyle.TextWeightNormal], val textColour: Colour = Colour.Default, val backgroundColor: Colour = Colour.Default)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy