ControlButton constructor

const ControlButton(
  1. double buttonElevation,
  2. double buttonRadius,
  3. Color colorPrimary,
  4. Color colorBackGround,
  5. Widget icon,
  6. bool enabled,
  7. dynamic onTap(
    1. BuildContext
    ),
)

Implementation

const ControlButton(
  this.buttonElevation,
  this.buttonRadius,
  this.colorPrimary,
  this.colorBackGround,
  this.icon,
  this.enabled,
  this.onTap,
);