FilledTonalIconButton constructor
const
FilledTonalIconButton({
- Key? key,
- VoidCallback? onPressed,
- required Widget icon,
- Color? borderColor,
- Color? bgColor,
Implementation
const FilledTonalIconButton({super.key, this.onPressed, required this.icon, this.borderColor, this.bgColor});