added padding to space tree on community structure

This commit is contained in:
hannathkadher
2025-03-09 10:26:30 +04:00
parent c8aab320df
commit 83b9555920
7 changed files with 59 additions and 63 deletions

View File

@ -101,7 +101,7 @@ class CustomExpansionTileState extends State<CustomExpansionTile> {
widget.children != null &&
widget.children!.isNotEmpty)
Padding(
padding: const EdgeInsets.only(left: 48.0), // Indented children
padding: const EdgeInsets.only(left: 24.0), // Indented children
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: widget.children!,