UArRoundButton constructor

const UArRoundButton({
  1. required IconData icon,
  2. required VoidCallback? onTap,
  3. String? tooltip,
  4. double size = 48,
  5. bool active = false,
  6. UArStyle style = const UArStyle(),
  7. Key? key,
})

Implementation

const UArRoundButton({required this.icon, required this.onTap, this.tooltip, this.size = 48, this.active = false, this.style = const UArStyle(), super.key});