topRightCornerDecoration constant

BoxDecoration const topRightCornerDecoration

Implementation

static const BoxDecoration topRightCornerDecoration = BoxDecoration(
    color: Color(0xFFE0E0E0),
    border: Border(
        left: BorderSide(color: Colors.grey),
        bottom: BorderSide(color: Colors.grey)));