buttonText property

  1. @Input.new()
String? buttonText
getter/setter pair

Trigger button text. Ignored if the MenuModel has an icon.

Implementation

@Input()
String? buttonText;