GetConditionView typedef

GetConditionView = Widget Function(Map<String, Object?> mapCondition, OnValueChanged onValueChanged)

Implementation

typedef GetConditionView = Widget Function(
  Map<String, Object?> mapCondition,
  OnValueChanged onValueChanged,
);