How to align modal buttons similar to alignFormActionsEnd()

use Filament\Pages\Page;
use Filament\Support\View\Components\Modal;

Page::alignFormActionsEnd();

Modal::closeButton(false);
Modal::closedByClickingAway(false);
// Modal::alignFormActionsEnd(); Does this exist?
Was this page helpful?