RateMyAppRateButton constructor

const RateMyAppRateButton(
  1. RateMyApp rateMyApp, {
  2. Key? key,
  3. required String text,
  4. Validator? validator = null,
  5. VoidCallback? callback,
})

Creates a new Rate my app "rate" button widget instance.

Implementation

const RateMyAppRateButton(
  super.rateMyApp, {
  super.key,
  required super.text,
  super.validator = null,
  super.callback,
});