defaultOkText property
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';
Function that returns the default text for the OK/confirm button.
Defaults to 'Tiếp tục' (Continue in Vietnamese).
static String Function() defaultOkText = () => 'Tiếp tục';