transformPanels top-level property
final
Implementation
final List<Map<String, dynamic>> transformPanels = [
{'title': 'Overview', 'widget': const TransformPanel()},
{'title': 'Impute', 'widget': const ImputePanel()},
{'title': 'Rescale', 'widget': const RescalePanel()},
{'title': 'Recode', 'widget': const RecodePanel()},
{'title': 'Cleanup', 'widget': const CleanupPanel()},
];