-
@Serializable() public class Style
-
-
Field Summary
Fields Modifier and Type Field Description private StringbackgroundColorprivate ColorsbackgroundColorsprivate BackgroundGradientbackgroundGradientprivate GradientsbackgroundGradientsprivate BackgroundGradientborderGradientprivate GradientsborderGradientsprivate Stringheightprivate Stringwidthprivate Floatpaddingprivate StringmaxWidthprivate StringminWidthprivate StringmaxHeightprivate StringminHeightprivate FloatcornerRadiusprivate FloatborderWidthprivate StringborderColorprivate ColorsborderColorsprivate StringhAlignprivate StringvAlignprivate Floatalphaprivate Floatthicknessprivate Stringcolorprivate Colorscolorsprivate Fontfontprivate Stringalignmentprivate Stringstrikeprivate Stringunderlineprivate StringcontentModeprivate Doubleproportionprivate StringunSelectedColorprivate ColorsunSelectedColorsprivate StringselectedColorprivate ColorsselectedColorsprivate Stringsize
-
Constructor Summary
Constructors Constructor Description Style()
-
Method Summary
-
-
Method Detail
-
getBackgroundColor
String getBackgroundColor()
-
setBackgroundColor
Unit setBackgroundColor(String backgroundColor)
-
getBackgroundColors
Colors getBackgroundColors()
-
setBackgroundColors
Unit setBackgroundColors(Colors backgroundColors)
-
getBackgroundGradient
BackgroundGradient getBackgroundGradient()
-
setBackgroundGradient
Unit setBackgroundGradient(BackgroundGradient backgroundGradient)
-
getBackgroundGradients
Gradients getBackgroundGradients()
-
setBackgroundGradients
Unit setBackgroundGradients(Gradients backgroundGradients)
-
getBorderGradient
BackgroundGradient getBorderGradient()
-
setBorderGradient
Unit setBorderGradient(BackgroundGradient borderGradient)
-
getBorderGradients
Gradients getBorderGradients()
-
setBorderGradients
Unit setBorderGradients(Gradients borderGradients)
-
getPadding
Float getPadding()
-
setPadding
Unit setPadding(Float padding)
-
getMaxWidth
String getMaxWidth()
-
setMaxWidth
Unit setMaxWidth(String maxWidth)
-
getMinWidth
String getMinWidth()
-
setMinWidth
Unit setMinWidth(String minWidth)
-
getMaxHeight
String getMaxHeight()
-
setMaxHeight
Unit setMaxHeight(String maxHeight)
-
getMinHeight
String getMinHeight()
-
setMinHeight
Unit setMinHeight(String minHeight)
-
getCornerRadius
Float getCornerRadius()
-
setCornerRadius
Unit setCornerRadius(Float cornerRadius)
-
getBorderWidth
Float getBorderWidth()
-
setBorderWidth
Unit setBorderWidth(Float borderWidth)
-
getBorderColor
String getBorderColor()
-
setBorderColor
Unit setBorderColor(String borderColor)
-
getBorderColors
Colors getBorderColors()
-
setBorderColors
Unit setBorderColors(Colors borderColors)
-
getThickness
Float getThickness()
-
setThickness
Unit setThickness(Float thickness)
-
getAlignment
String getAlignment()
-
setAlignment
Unit setAlignment(String alignment)
-
getUnderline
String getUnderline()
-
setUnderline
Unit setUnderline(String underline)
-
getContentMode
String getContentMode()
-
setContentMode
Unit setContentMode(String contentMode)
-
getProportion
Double getProportion()
-
setProportion
Unit setProportion(Double proportion)
-
getUnSelectedColor
String getUnSelectedColor()
-
setUnSelectedColor
Unit setUnSelectedColor(String unSelectedColor)
-
getUnSelectedColors
Colors getUnSelectedColors()
-
setUnSelectedColors
Unit setUnSelectedColors(Colors unSelectedColors)
-
getSelectedColor
String getSelectedColor()
-
setSelectedColor
Unit setSelectedColor(String selectedColor)
-
getSelectedColors
Colors getSelectedColors()
-
setSelectedColors
Unit setSelectedColors(Colors selectedColors)
-
backgroundColor
final String backgroundColor()
-
borderColor
final String borderColor()
-
backgroundGradient
final BackgroundGradient backgroundGradient()
-
borderGradient
final BackgroundGradient borderGradient()
-
selectedColor
final String selectedColor()
-
unSelectedColor
final String unSelectedColor()
-
-
-
-