PipenPrimaryButton.min constructor
const
PipenPrimaryButton.min({
- Key? key,
- IconData? icon,
- BorderSide? side,
- dynamic state,
- VoidCallback? onPressed,
- Color? textColor,
- required String title,
- Color? backgroundColor,
Implementation
const PipenPrimaryButton.min({
super.key,
this.icon,
this.side,
this.state,
this.onPressed,
this.textColor,
required this.title,
this.backgroundColor,
}) : _maxSize = false;