SlotDefaultValue constructor

SlotDefaultValue({
  1. required String defaultValue,
})

Implementation

SlotDefaultValue({
  required this.defaultValue,
});