File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sdk/python/examples/controls/expansion_tile Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def handle_expansion_tile_change(e: ft.Event[ft.ExpansionTile]):
5353 title = ft .Text ("ExpansionTile 3" ),
5454 subtitle = ft .Text ("Leading expansion arrow icon" ),
5555 affinity = ft .TileAffinity .LEADING ,
56- initially_expanded = True ,
56+ expanded = True ,
5757 collapsed_text_color = ft .Colors .BLUE_800 ,
5858 text_color = ft .Colors .BLUE_200 ,
5959 controls = [
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ def handle_expansion_tile_change(e: ft.Event[ft.ExpansionTile]):
6363 title = ft .Text ("ExpansionTile 3" ),
6464 subtitle = ft .Text ("Leading expansion arrow icon" ),
6565 affinity = ft .TileAffinity .LEADING ,
66- initially_expanded = True ,
66+ expanded = True ,
6767 collapsed_text_color = ft .Colors .BLUE_800 ,
6868 text_color = ft .Colors .BLUE_200 ,
6969 controls = [
You can’t perform that action at this time.
0 commit comments