focusedPanel method

BoxDecoration focusedPanel(
  1. String title
)

Implementation

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