isShowLastPickTile property

bool isShowLastPickTile
final

isShowLastPickTile is a bool variable that determines whether or not to display the last pick tile. If set to true, the last pick will be shown, and if set to false, the last pick will be hidden. This variable is declared as final, indicating that it can't be reassigned after being initialized.

Implementation

final bool isShowLastPickTile;