@@ -42,7 +42,7 @@ There are many other lists available to block even more.
|
|||||||
),
|
),
|
||||||
const SizedBox(height: 24),
|
const SizedBox(height: 24),
|
||||||
FormField(
|
FormField(
|
||||||
initialValue: false,
|
initialValue: true,
|
||||||
onSaved: (newValue) {
|
onSaved: (newValue) {
|
||||||
if (newValue == true) {
|
if (newValue == true) {
|
||||||
unawaited(
|
unawaited(
|
||||||
|
|||||||
Reference in New Issue
Block a user