redBox property

Widget get redBox

Implementation

Widget get redBox => Container(
  color: Colors.red,
  height: 40,
  width: 40,
);