StateBuilder constructor
Creates a StateBuilder with the provided build function and uniqueKey.
Implementation
StateBuilder({required this.uniqueKey, required this.build});
Creates a StateBuilder with the provided build function and uniqueKey.
StateBuilder({required this.uniqueKey, required this.build});