FilledTonalIconButton constructor

const FilledTonalIconButton({
  1. Key? key,
  2. VoidCallback? onPressed,
  3. required Widget icon,
  4. Color? borderColor,
  5. Color? bgColor,
})

Implementation

const FilledTonalIconButton({super.key, this.onPressed, required this.icon, this.borderColor, this.bgColor});