expansion only on clicking icon

This commit is contained in:
hannathkadher
2024-10-11 13:21:30 +04:00
parent cd957ed1c7
commit 56c4c858be
4 changed files with 83 additions and 66 deletions

View File

@ -31,6 +31,7 @@ class _SpaceTileState extends State<SpaceTile> {
@override
Widget build(BuildContext context) {
return CustomExpansionTile(
isSelected: false,
title: widget.title,
initiallyExpanded: _isExpanded,
onExpansionChanged: (bool expanded) {