dialogPanel method

BoxDecoration dialogPanel(
  1. String title
)

Implementation

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