|
|
@ -160,7 +160,9 @@ class LoginPage extends StatelessWidget { |
|
|
onChanged: (value) { |
|
|
onChanged: (value) { |
|
|
agreeTerms.value = value ?? false; |
|
|
agreeTerms.value = value ?? false; |
|
|
}, |
|
|
}, |
|
|
activeColor: const Color.fromRGBO(74, 99, 235, 1), |
|
|
|
|
|
|
|
|
activeColor: Colors.grey, |
|
|
|
|
|
side: const BorderSide(color: Colors.grey), |
|
|
|
|
|
shape: const CircleBorder(), |
|
|
materialTapTargetSize: MaterialTapTargetSize.shrinkWrap, |
|
|
materialTapTargetSize: MaterialTapTargetSize.shrinkWrap, |
|
|
)), |
|
|
)), |
|
|
const Text( |
|
|
const Text( |
|
|
|