ButtonEvent constructor

const ButtonEvent(
  1. String value
)

Implementation

const ButtonEvent(String value) : super(value);