toWidget method

  1. @override
Widget toWidget(
  1. BuildContext context
)
override

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));