public interface FontSize
Modifier and Type | Method and Description |
---|---|
static FontSize |
of(float value)
Returns the
FontSize instance for the given value. |
default float |
value()
Returns the font size value.
|
static FontSize of(float value)
FontSize
instance for the given value.default float value()