boxBorder property

Border get boxBorder

Implementation

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