toWidget method
Return the associated Widget
Implementation
@override
Widget toWidget(BuildContext context) => Wrap(
direction: toAxis(direction),
runSpacing: runSpacing ?? 0.0,
spacing: spacing ?? 0.0,
children: childrenWidgets(context));