PipenPrimaryButton.min constructor

const PipenPrimaryButton.min({
  1. Key? key,
  2. IconData? icon,
  3. BorderSide? side,
  4. dynamic state,
  5. VoidCallback? onPressed,
  6. Color? textColor,
  7. required String title,
  8. 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;