children property

Map<FormFactor, Widget> children
final

A list of possible child widgets matched to form factors.

Implementation

final Map<FormFactor, Widget> children;