changeLangOnPressed property

ChangeLangOnPressedCallback? changeLangOnPressed
final

Optional function will be called on pressed to the change language button. It should prompt a dialog to select a language and return the selected.

Implementation

final ChangeLangOnPressedCallback? changeLangOnPressed;