AndroidStyle constructor

AndroidStyle({
  1. required String type,
  2. required String picture,
  3. String text = "",
})

Implementation

AndroidStyle({required this.type, required this.picture, this.text = ""});