resolveChildren abstract method

Map<FormFactor, Widget> resolveChildren(
  1. Map<FormFactor, Widget> explicitChildren,
  2. FormFactorsData formFactorsData
)

For given list of supported form factors contained in formFactorsData and explicitly matched widgets, returns a map of matched widgets for all supported form factors.

Implementation

Map<FormFactor, Widget> resolveChildren(
    Map<FormFactor, Widget> explicitChildren,
    FormFactorsData formFactorsData);