optionsBackgroundColor property

Color? optionsBackgroundColor
final

Color of a InquiryOption. The color is the same for all options. Defaults to Theme.of(context).canvasColor.

Implementation

final Color? optionsBackgroundColor;