initialState property

DynamicMap? initialState
final

If non-null, this is a stateful widget; the value is used to create the initial copy of the state when the widget is created.

Implementation

final DynamicMap? initialState;