WhatsappTextSizeSlider constructor

const WhatsappTextSizeSlider({
  1. Key? key,
  2. required TextEditorState textEditor,
})

Implementation

const WhatsappTextSizeSlider({
  super.key,
  required this.textEditor,
});