defaultOkText property

String Function() defaultOkText
getter/setter pair

Function that returns the default text for the OK/confirm button.

Defaults to 'Tiếp tục' (Continue in Vietnamese).

Implementation

static String Function() defaultOkText = () => 'Tiếp tục';