Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -40,7 +40,7 @@ class ValueBuilder<T> extends StatefulWidget { | @@ -40,7 +40,7 @@ class ValueBuilder<T> extends StatefulWidget { | ||
| 40 | _ValueBuilderState<T> createState() => _ValueBuilderState<T>(initialValue); | 40 | _ValueBuilderState<T> createState() => _ValueBuilderState<T>(initialValue); | 
| 41 | } | 41 | } | 
| 42 | 42 | ||
| 43 | -class _ValueBuilderState<T> extends State<ValueBuilder<T?>> { | 43 | +class _ValueBuilderState<T> extends State<ValueBuilder<T>> { | 
| 44 | T value; | 44 | T value; | 
| 45 | _ValueBuilderState(this.value); | 45 | _ValueBuilderState(this.value); | 
| 46 | 46 | 
- 
Please register or login to post a comment