RatingStyle

open class RatingStyle : InAppStyle

Author

Umang Chamaria Date: 2019-09-09

Constructors

RatingStyle
Link copied to clipboard
open fun RatingStyle(inAppStyle: InAppStyle, border: Border, color: Color, numberOfStars: Int, isHalfStepAllowed: Boolean, realHeight: Double)

Functions

toString
Link copied to clipboard
open fun toString(): String

Properties

border
Link copied to clipboard
val border: Border
color
Link copied to clipboard
val color: Color
isHalfStepAllowed
Link copied to clipboard
val isHalfStepAllowed: Boolean
numberOfStars
Link copied to clipboard
val numberOfStars: Int
realHeight
Link copied to clipboard
val realHeight: Double