SmallIconButton constructor

const SmallIconButton({
  1. Key? key,
  2. required Widget child,
})

Creates a small icon button.

Implementation

const SmallIconButton({super.key, required super.child});