Closed variablevariance closed 2 years ago
@variablevariance You can now also add border to the dots. Please check the below code.
activeIndicator: Colors.white,
activeDotBorder: Border.all(color: Colors.blue, width: 5),
passiveIndicator: Colors.transparent,
passiveDotBorder: Border.all(color: Colors.white, width: 5),
I want to make my own dots, the only option I can find is indicator color and size. I want to make a transparent dot with white border for passiveIndicator.