children property

Map<int, Widget> children
final

Child widgets to draw on the board, at the indices specified by their keys.

Implementation

final Map<int, Widget> children;