ActionImageButton constructor

const ActionImageButton({
  1. Key? key,
})

Implementation

const ActionImageButton({Key? key}) : super(key: key);