copyWith property

GameToolbarCopyWith<GameToolbar, GameToolbar, GameToolbar> get copyWith

Implementation

GameToolbarCopyWith<GameToolbar, GameToolbar, GameToolbar> get copyWith =>
    _GameToolbarCopyWithImpl<GameToolbar, GameToolbar>(
      this as GameToolbar,
      $identity,
      $identity,
    );