cancelButtonStyle property

TextStyle get cancelButtonStyle

Returns the text style for the cancel button.

Implementation

TextStyle get cancelButtonStyle => TextStyle(
  color: primaryColor,
  fontWeight: FontWeight.w500,
  letterSpacing: 0.5,
);