Tạo border đơn giản
static BoxBorder createBorder({ Color color = Colors.grey, double width = 1.0, }) { return Border.all(color: color, width: width); }