buttonStyle property

TextStyle get buttonStyle

Implementation

static TextStyle get buttonStyle =>
  TextStyle(
    fontSize: 12,
    color: LoginColors.blackColor,
    fontWeight: FontWeight.w500,
  );