CopyPastor

Detecting plagiarism made easy.

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

Possible Plagiarism

Plagiarized on 2021-07-09
by Prateek kalwar

Original Post

Original - Posted on 2021-06-24
by YPEYouth Programming Education



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

This will not add any Scrollbar but it will be Scrollable.
Container( height: 60, width: MediaQuery.of(context).size.width, margin: EdgeInsets.only(left: 15,right: 15,top: 10), child: ListView( children: <Widget>[ TextField( minLines: 1, maxLines: 5, decoration: InputDecoration( focusedBorder:OutlineInputBorder( borderSide: BorderSide(color: Colors.black54,) ), border: InputBorder.none, isDense: true ), ) ], ), ),
Container( padding:EdgeInsets.only(top:20,right:10,left:10), child:Card( shape:RoundedRectangleBorder( borderRadius:BorderRadius.circular(20), ), color:Colors.grey, child: Container( padding:EdgeInsets.only(left:12), child: TextFormField( decoration:InputDecoration( hintText:"You phone number here...", border:InputBorder.none, fillColor:Colors.white, ), ), ), ), ),

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