redBox property
Widget
get
redBox
Implementation
Widget get redBox => Container(
color: Colors.red,
height: 40,
width: 40,
);
Widget get redBox => Container(
color: Colors.red,
height: 40,
width: 40,
);