playerName property

StateProvider<String> playerName
final

Provides the player's name

Implementation

static final playerName = StateProvider<String>(
  (ref) => '',
  name: 'PlayerName',
  dependencies: [playerID],
);