Reloader constructor

const Reloader(
  1. dynamic onPressed(), {
  2. Key? key,
  3. double? width,
  4. double? height,
  5. String? text,
})

Implementation

const Reloader(
  this.onPressed, {
  Key? key,
  this.width,
  this.height,
  this.text,
}) : super(key: key);