Class DrawableAttribute

custom drawable attribute container for styles

class DrawableAttribute;

Constructors

NameDescription
this (id, drawableId)

Fields

NameTypeDescription
_drawable Ref!(dcanvas.graphics.resources.Drawable)
_drawableId string
_id string
_initialized bool

Properties

NameTypeDescription
drawable[get] Ref!(dcanvas.graphics.resources.Drawable)
drawableId[get] string
drawableId[set] string
id[get] string

Methods

NameDescription
clear ()
onThemeChanged ()

Aliases

NameDescription
~this