menu
cross_array_task_app
basic_shape
BasicShapeState
<
T extends BasicShape
>
buttons property
buttons
brightness_4
brightness_5
buttons
property
List
<
Row
>
buttons
late
final
A variable that is used to store the buttons in a 2D array.
Implementation
late final List<Row> buttons = <Row>[];
cross_array_task_app
basic_shape
BasicShapeState
<
T extends BasicShape
>
buttons property
BasicShapeState class