OnTileAdded typedef
Tile added callback. It can be triggered either when a Tile is dragged from the list of possible tiles into the active list of tiles or as a result of QuickSettings.addTileToQuickSettings (Android 13).
Implementation
typedef OnTileAdded = Tile? Function(Tile tile);