copyWith property

GameDialogButtonCopyWith<GameDialogButton, GameDialogButton, GameDialogButton> get copyWith
inherited

Implementation

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