IndicatorView
Constructors
Constructors
Description
Properties
Properties
Description
Usages
let indicatorViewRef = ViewRef<IndicatorView>()
IndicatorView(indicatorViewRef)
.selectedIndicatorColor(Color.Red.ToFabColor(), Color.Blue.ToFabColor())
.indicatorSize(24.)
.indicatorsShape(IndicatorShape.Circle)
.indicatorColor(Palette.MidGrey)Last updated