CopyPastor

Detecting plagiarism made easy.

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

Possible Plagiarism

Plagiarized on 2022-01-17
by THEODORE

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;

I could have given you a more direct approach if I know your Use Case.
But this works Pretty Fine.


InkWell( onLongPress: () { print("onlong Press"); }, child: IgnorePointer( ignoring: true, // You can make this a variable in other toggle True or False child: TextField( decoration: InputDecoration( border: OutlineInputBorder(), labelText: 'Password', hintText: 'Enter Password', ), ), ), ),
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;