Class ButtonBorder
-
- All Implemented Interfaces:
@Serializable() public final class ButtonBorderConfiguration for button border properties.
- Since:
-
-
Constructor Summary
Constructors Constructor Description ButtonBorder(ButtonBorderColor color, Dp width, Dp radius)
-
Method Summary
Modifier and Type Method Description final ButtonBorderColorgetColor()final DpgetWidth()final DpgetRadius()final BooleanisUnspecifiedWidth()final BooleanisUnspecifiedRadius()final BooleanisWidthAndColorUnspecified()-
-
Constructor Detail
-
ButtonBorder
ButtonBorder(ButtonBorderColor color, Dp width, Dp radius)
-
-
Method Detail
-
getColor
final ButtonBorderColor getColor()
-
isUnspecifiedWidth
final Boolean isUnspecifiedWidth()
-
isUnspecifiedRadius
final Boolean isUnspecifiedRadius()
-
isWidthAndColorUnspecified
final Boolean isWidthAndColorUnspecified()
-
-
-
-