greenBox property

Widget get greenBox

Implementation

Widget get greenBox => Container(
  alignment: Alignment.center,
  color: Colors.green,
  height: 20,
  width: 20,
  child: Text('3', style: textStyle),
);