FrostedGlassTextAppbar constructor

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

Implementation

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