orangeBox property

Widget get orangeBox

Implementation

Widget get orangeBox => Container(
  color: Colors.orange,
  height: 80,
  width: 20,
);