FrostedGlassTextSizeSlider constructor

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

Implementation

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