EpicCreatePostButton constructor

const EpicCreatePostButton({
  1. Key? key,
  2. VoidCallback? onPressed,
  3. double width = 200,
  4. double height = 60,
})

Implementation

const EpicCreatePostButton({
  Key? key,
  this.onPressed,
  this.width = 200,
  this.height = 60,
}) : super(key: key);