CopyPastor

Detecting plagiarism made easy.

Score: 0.8282587428207266; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2021-10-14
by Anmol Mishra

Original Post

Original - Posted on 2020-11-30
by Omar Alshyokh



            
Present in both answers; Present only in the new answer; Present only in the old answer;



TextFormField( controller:_controller decoration: InputDecoration( suffixIcon: IconButton( onPressed: (){ _controller.clear(); }, icon: Icon( Icons.keyboard, color: Colors.blue, ), ), ), )
TextFormField( minLines: 2, maxLines: 5, keyboardType: TextInputType.multiline, decoration: InputDecoration( hintText: 'description', hintStyle: TextStyle( color: Colors.grey ), border: OutlineInputBorder( borderRadius: BorderRadius.all(Radius.circular(20.0)), ), ), ),

        
Present in both answers; Present only in the new answer; Present only in the old answer;