buttons property

List<List<Widget>> buttons
read / write

A variable that is used to store the buttons of the cross.

Implementation

late List<List<Widget>> buttons;