copyWith property

GameDialogButtonCopyWith<GameDialogButton, GameDialogButton, GameDialogButton> get copyWith

Implementation

GameDialogButtonCopyWith<GameDialogButton, GameDialogButton, GameDialogButton>
get copyWith =>
    _GameDialogButtonCopyWithImpl<GameDialogButton, GameDialogButton>(
      this as GameDialogButton,
      $identity,
      $identity,
    );