activeColor property

Color? activeColor
final

color when active,if set null , will be Theme.of(context).primaryColor

Implementation

final Color? activeColor;