voteInProgressColor property

Color? voteInProgressColor
final

Color of the background of a InquiryOption when the user clicks to vote and its still in progress. Defaults to Theme.of(context).colorScheme.primaryColorLight.

Implementation

final Color? voteInProgressColor;