outlinedContentButtonStyle property

ButtonStyle? outlinedContentButtonStyle
final

The style for outlined content buttons in the picker. These buttons keep action results as their labels.

The default is RRulePickerThemeData.outlinedContentButtonStyle.

See OutlinedButton.style.

Implementation

final ButtonStyle? outlinedContentButtonStyle;