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