bottomBorder property

BoxBorder bottomBorder

底部边框

Implementation

BoxBorder get bottomBorder =>
    Border(bottom: Divider.createBorderSide(Get.context, width: this));