purpleBox property

Widget get purpleBox

Implementation

Widget get purpleBox => Container(
  color: Colors.purple,
  height: 20,
  width: 20,
);