getMainView method

  1. @override
Widget getMainView(
  1. BuildContext context,
  2. Map<String, List<Map<String, Object?>?>?> data,
  3. T controller
)
override

Implementation

@override
Widget getMainView(
  BuildContext context,
  Map<String, List<Map<String, Object?>?>?> data,
  T controller,
) {
  return builder.call(context, data, controller);
}