getAlertDialogConfirm static method

TextStyle getAlertDialogConfirm(
  1. BuildContext context
)

Alert Dialog Confirm

Implementation

static TextStyle getAlertDialogConfirm(BuildContext context) => TextStyle(
      fontSize: 16,
      fontWeight: FontWeight.normal,
      color: Theme.of(context).primaryColor,
    );