Создание коллекций
This commit is contained in:
@@ -33,8 +33,8 @@ class CrudCollectionField extends StatelessWidget {
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(12).r,
|
||||
child:
|
||||
content != null
|
||||
? AppTypography(hint, maxLines: 99, type: Regular16px())
|
||||
content != null && content!.isNotEmpty
|
||||
? AppTypography(content!, maxLines: 99, type: Regular16px())
|
||||
: AppTypography(
|
||||
hint,
|
||||
maxLines: 99,
|
||||
|
||||
Reference in New Issue
Block a user