public interface HasLetter
Modifier and Type | Method and Description |
---|---|
String |
getLetter()
Get the letter as character.
|
Span |
getLetterLabel()
Get the span / label widget of the letter
|
void |
setLetter(String letter)
Set the letter as character.
|
void |
setLetterBackgroundColor(Color letterBackgroundColor)
Set the letter background color.
|
void |
setLetterColor(Color letterColor)
Set the letter color.
|
Span getLetterLabel()
void setLetterColor(Color letterColor)
void setLetterBackgroundColor(Color letterBackgroundColor)
Copyright © 2018. All rights reserved.