confirmButtonStyle property

TextStyle get confirmButtonStyle

Returns the text style for the confirm button.

Implementation

TextStyle get confirmButtonStyle => TextStyle(
  color: Colors.white,
  fontWeight: FontWeight.w500,
  letterSpacing: 0.5,
);