buttons property

List<Row> buttons
latefinal

A variable that is used to store the buttons in a 2D array.

Implementation

late final List<Row> buttons = <Row>[];