-
public final class GiniPrimaryButtonStyleConfig<p> Use this data class to override the styles of the primary button in the Gini SDK where Jetpack compose is used. You can override the text in the strings.xml file! </p>
-
-
Constructor Summary
Constructors Constructor Description GiniPrimaryButtonStyleConfig(Shape shape, ButtonColors colors, ButtonElevation elevation, BorderStroke border)
-
Method Summary
Modifier and Type Method Description final ShapegetShape()final ButtonColorsgetColors()final ButtonElevationgetElevation()final BorderStrokegetBorder()-
-
Method Detail
-
getShape
final Shape getShape()
-
getColors
final ButtonColors getColors()
-
getElevation
final ButtonElevation getElevation()
-
getBorder
final BorderStroke getBorder()
-
-
-
-