redBox property

Widget get redBox

Implementation

Widget get redBox => Container(
  alignment: Alignment.center,
  color: Colors.red,
  height: 30,
  width: 40,
  child: Text('2', style: textStyle),
);