EIconButtonSearch constructor
const
EIconButtonSearch({
- Key? key,
- Color? color,
- VoidCallback? onPressed,
- String? tooltip,
- EdgeInsetsGeometry? padding,
Implementation
const EIconButtonSearch(
{Key? key, this.color, this.onPressed, this.tooltip, this.padding})
: super(key: key);