boxBorder property
Border
get
boxBorder
Implementation
Border get boxBorder => Border.all(
color: borderColor,
width: borderWidth,
);
Border get boxBorder => Border.all(
color: borderColor,
width: borderWidth,
);