cyanBox property

Widget get cyanBox

Implementation

Widget get cyanBox => Container(
 color: Colors.cyanAccent,
 height: 10,
 width: 20,
  );