defaultCancelText property

String Function() defaultCancelText
getter/setter pair

Function that returns the default text for the cancel button.

Defaults to 'Huỷ' (Cancel in Vietnamese).

Implementation

static String Function() defaultCancelText = () => 'Huỷ';