EditableTextDemo constructor

const EditableTextDemo({
  1. Key? key,
})

Implementation

const EditableTextDemo({Key? key}) : super(key: key);