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