blueBox property

Widget get blueBox

Implementation

Widget get blueBox => Container(
  alignment: Alignment.center,
  color: Colors.blue,
  height: 20,
  width: 30,
  child: Text('1', style: textStyle),
);