PipenPrimaryButtonBordered constructor
const
PipenPrimaryButtonBordered({
- Key? key,
- dynamic state,
- VoidCallback? onPressed,
- Color? borderColor,
- required String title,
Implementation
const PipenPrimaryButtonBordered({
super.key,
this.state,
this.onPressed,
this.borderColor,
required this.title,
});