const AlignedGrid( {Key? key, required this.children, required this.keyboardSize}) : listSize = children.length, super(key: key);