CurvedTextStyle
class CurvedTextStyle
Description of a text style for the CurvedScope.curvedText composable.
Summary
Public constructors |
|---|
This function is deprecated. glance-wear-tiles is deprecated and will be removed |
Public functions |
|
|---|---|
open operator Boolean |
This function is deprecated. glance-wear-tiles is deprecated and will be removed |
open Int |
This function is deprecated. glance-wear-tiles is deprecated and will be removed |
open String |
This function is deprecated. glance-wear-tiles is deprecated and will be removed |
Public properties |
|
|---|---|
ColorProvider? |
This property is deprecated. glance-wear-tiles is deprecated and will be removed |
TextUnit? |
This property is deprecated. glance-wear-tiles is deprecated and will be removed |
FontStyle? |
This property is deprecated. glance-wear-tiles is deprecated and will be removed |
FontWeight? |
This property is deprecated. glance-wear-tiles is deprecated and will be removed |
Public constructors
CurvedTextStyle
CurvedTextStyle(
color: ColorProvider? = null,
fontSize: TextUnit? = null,
fontWeight: FontWeight? = null,
fontStyle: FontStyle? = null
)