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