buttonStyle property

TextStyle buttonStyle

Implementation

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