greenBox property

Widget get greenBox

Implementation

Widget get greenBox => Container(
  color: Colors.green,
  height: 40,
  width: 20,
);