EIconButtonHistory constructor

const EIconButtonHistory({
  1. Key? key,
  2. Color? color,
  3. VoidCallback? onPressed,
  4. String? tooltip,
  5. EdgeInsetsGeometry? padding,
})

Implementation

const EIconButtonHistory(
    {Key? key, this.color, this.onPressed, this.tooltip, this.padding})
    : super(key: key);