onTileTapped property

ValueChanged<EasyBody>? onTileTapped
final

actions to be taken when a tile is tapped This is mostly switching the body of the dashboard

Implementation

final ValueChanged<EasyBody>? onTileTapped;