ProfilerUsageDialog constructor

ProfilerUsageDialog({
  1. Key? key,
  2. Image? image,
  3. Color? titleColor,
  4. required Language ln,
  5. Color? buttonColor,
  6. double buttonBorderRadious = 8,
})

Implementation

ProfilerUsageDialog({
  super.key,
  this.image,
  this.titleColor,
  required this.ln,
  this.buttonColor,
  this.buttonBorderRadious = 8,
});