CopyPastor

Detecting plagiarism made easy.

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

Possible Plagiarism

Plagiarized on 2023-03-27
by Nams

Original Post

Original - Posted on 2019-07-02
by Allence Vakharia



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

Add focusedBorder in textfield to change border color
TextFormField( decoration: InputDecoration( labelText: "Name", focusedBorder:OutlineInputBorder( borderSide: const BorderSide(color: Colors.red, width: 2.0), borderRadius: BorderRadius.circular(25.0), ), ), )
Add focusBorder insted of enabledBorder ``` TextFormField( decoration: InputDecoration( labelText: "Resevior Name", fillColor: Colors.white, focusedBorder:OutlineInputBorder( borderSide: const BorderSide(color: Colors.white, width: 2.0), borderRadius: BorderRadius.circular(25.0), ), ), ) ```

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