ZButton constructor
const
ZButton({})
Implementation
const ZButton({
Key? key,
this.text,
this.enable = true,
this.onPressed,
this.bgColor,
this.textColor = Colors.white,
this.isDark = false,
}) : super(key: key);