confirmationDialogTitle property

  1. @override
String get confirmationDialogTitle
override

Title for the confirmation dialog

In en, this message translates to: 'Confirm Action'

Implementation

@override
String get confirmationDialogTitle => 'Confirm Action';