errorDialogPanel method

BoxDecoration errorDialogPanel(
  1. String title
)

Implementation

BoxDecoration errorDialogPanel(String title) => BoxDecoration(
  border: BoxBorder.all(style: BoxBorderStyle.rounded, color: error),
  title: BorderTitle(text: title),
  color: Color.defaultColor
);