initialValue property

  1. @override
String? initialValue
final

An optional value to initialize the form field to, or null otherwise.

This is called value in the DropdownButtonFormField constructor to be consistent with DropdownButton.

Implementation

@override
final String? initialValue;