CopyPastor

Detecting plagiarism made easy.

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

Possible Plagiarism

Plagiarized on 2021-10-14
by Anmol Mishra

Original Post

Original - Posted on 2018-06-27
by 赵开元



            
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, ), ), ), )
Container( margin: EdgeInsets.only(left: 16.0), child: TextFormField( controller: _username, decoration: InputDecoration( hintText: '请输入工号', filled: true, prefixIcon: Icon( Icons.account_box, size: 28.0, ), suffixIcon: IconButton( icon: Icon(Icons.remove), onPressed: () { debugPrint('222'); })), ), ),

use iconButton

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