FlickerOutlinedButton constructor
const
FlickerOutlinedButton({
- Key? key,
- required VoidCallback? onPressed,
- Widget? child,
- Color? onPrimaryColor,
Implementation
const FlickerOutlinedButton({
Key? key,
required this.onPressed,
this.child,
this.onPrimaryColor,
}) : super(key: key);