Pageindicator

You will find here a description of PageIndicatorComponent.

What is it?

PageIndicatorComponent is a component that indicates the amount of pages and which one is the current PageView.

AttributeTypeRequiredDefinition
selectedColorStringHexadecimal value to represent the color when selected.
unselectedColorStringHexadecimal value to represent the color when it is not selected.
numberOfPagesIntIndicates the amount of pages.
currentPageBind<Int>Indicates the page.

How to use it?

An example on how to use PageIndicator can be foun on PageView.


Last modified February 11, 2021: create content (#298) (43225e15)