ZetaGroupButton constructor

const ZetaGroupButton(
  1. {Key? key,
  2. String? label,
  3. IconData? icon,
  4. VoidCallback? onPressed,
  5. Widget? dropdown}
)

Public Constructor for ZetaGroupButton

Implementation

const ZetaGroupButton({
  super.key,
  this.label,
  this.icon,
  this.onPressed,
  this.dropdown,
})  : isFinal = false,
      isInitial = false,
      isInverse = false,
      isLarge = true,
      rounded = true;