build method

  1. @override
Widget build(
  1. BuildContext context,
  2. AdaptiveIconButton widget
)
override

Implementation

@override
Widget build(BuildContext context, AdaptiveIconButton widget) {
  return IconButton(
    onPressed: widget.onPressed,
    icon: widget.icon,
  );
}