PipenPrimaryButton.min constructor

const PipenPrimaryButton.min({
  1. Key? key,
  2. IconData? icon,
  3. BorderSide? side,
  4. String? title,
  5. dynamic state,
  6. OutlinedBorder? shape,
  7. double? height,
  8. EdgeInsets? padding,
  9. Color? textColor,
  10. VoidCallback? onPressed,
  11. TextStyle? textStyle,
  12. double? borderRadius,
  13. IconAlignment? iconAlignment,
  14. Color? backgroundColor,
})

Implementation

const PipenPrimaryButton.min({
  super.key,
  this.icon,
  this.side,
  this.title,
  this.state,
  this.shape,
  this.height,
  this.padding,
  this.textColor,
  this.onPressed,
  this.textStyle,
  this.borderRadius,
  this.iconAlignment,
  this.backgroundColor,
}) : _maxSize = false;