Button.WithId constructor

Button.WithId(
  1. String id
)

Implementation

factory Button.WithId(String id) => Button(WithId(id));