fillRed property

BoxDecoration get fillRed

Implementation

static BoxDecoration get fillRed => BoxDecoration(
      color: Colors.red,
    );