getItemSelectionStyle function
Implementation
getItemSelectionStyle(bool isSelect) {
return TextStyle(
fontWeight: isSelect ? FontWeight.w700 : FontWeight.w400, color: black, fontSize: contentSize);
}
getItemSelectionStyle(bool isSelect) {
return TextStyle(
fontWeight: isSelect ? FontWeight.w700 : FontWeight.w400, color: black, fontSize: contentSize);
}