CopyPastor

Detecting plagiarism made easy.

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

Possible Plagiarism

Reposted on 2022-08-28
by Pius Geek

Original Post

Original - Posted on 2022-08-28
by Pius Geek



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

ListTileTheme( horizontalTitleGap: 0, child: CheckboxListTile( controlAffinity: ListTileControlAffinity.leading, title: Text( title, style: kRegularFontStyle.copyWith( fontSize: 16.0.sp, color: Theme.of(context).textTheme.subtitle1!.color, ), ), value: isChecked, onChanged: onChanged, activeColor: kStructuralBlue500, checkColor: kWhiteColor, checkboxShape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(4.0.r)), contentPadding: EdgeInsets.zero, ), ),
ListTileTheme( horizontalTitleGap: 0, child: CheckboxListTile( controlAffinity: ListTileControlAffinity.leading, title: Text( title, style: kRegularFontStyle.copyWith( fontSize: 16.0.sp, color: Theme.of(context).textTheme.subtitle1!.color, ), ), value: isChecked, onChanged: onChanged, activeColor: kStructuralBlue500, checkColor: kWhiteColor, checkboxShape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(4.0.r)), contentPadding: EdgeInsets.zero, ), ),

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