initialMessage property

  1. @protected
set initialMessage (String message)

The member variable is set as protected this it is not exposed to the widget state class. As a workaround a protected setter is set so it is not used outside the package

Implementation

@protected
set initialMessage(String message) => _message = message;