yellowBox property

Widget get yellowBox

Implementation

Widget get yellowBox => Container(
  color: Colors.yellow,
  height: 30,
  width: 50,
);