yellow property

Widget yellow

Implementation

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