defaultDeleteButtonSettings top-level constant

DialogButtonSettings const defaultDeleteButtonSettings

Default settings for Delete button.

Implementation

const defaultDeleteButtonSettings = DialogButtonSettings(
  'Apagar',
  backgroundColor: Color.fromARGB(255, 198, 0, 0),
  customWidth: 160,
);