Button constructor

Button(
  1. ButtonsTypes type,
  2. Map<String, dynamic> data
)

Implementation

Button(this.type, this.data);