mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-27 13:24:55 +00:00
expansion only on clicking icon
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user