when use THEN dialog type Funtions is the word but hen if it should be condition

This commit is contained in:
raf-dev1
2025-06-13 16:10:24 +03:00
parent 994e9f4e57
commit 13360fe6f3
11 changed files with 36 additions and 13 deletions

View File

@ -65,7 +65,9 @@ class ACHelper {
child: Column(
mainAxisSize: MainAxisSize.min,
children: [
const DialogHeader('AC Functions'),
DialogHeader(dialogType == 'THEN'
? 'AC Functions'
: 'AC Conditions'),
Expanded(
child: Row(
crossAxisAlignment: CrossAxisAlignment.stretch,