alertDialogTitle constant

TextStyle const alertDialogTitle

Alert Dialog

Implementation

static const alertDialogTitle = TextStyle(
  fontSize: 18,
  fontWeight: FontWeight.bold,
);