optionsBorder property

BoxBorder? optionsBorder
final

Border of a InquiryOption. The border is the same for all options. You can define the border for the rightAnswer with rightAnswerBorder Defaults to null.

Implementation

final BoxBorder? optionsBorder;