refactor: update SDUIFormWidget error handling, enhance StepperSDUI with state management and scrolling behavior, and clean up SDUIWidgetModel documentation
This commit is contained in:
@@ -95,7 +95,7 @@ sealed class SDUIWidgetModel with _$SDUIWidgetModel {
|
||||
String? visibleCondition,
|
||||
}) = _SizedBox;
|
||||
|
||||
// تبدیل مستقیم JSON به مدل بدون هیچ واسطهای
|
||||
|
||||
factory SDUIWidgetModel.fromJson(Map<String, dynamic> json) =>
|
||||
_$SDUIWidgetModelFromJson(json);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user