BtnIconAddWithLoading constructor
BtnIconAddWithLoading({})
Implementation
BtnIconAddWithLoading(
{Key? key, required this.onTap, this.color = Colors.blue, this.icon = Icons.add, this.tooltip = ''})
: super(key: key);