red property

Widget red

Implementation

Widget get red => ColoredBox(
      color: Colors.red,
      child: this,
    );