PlusIcon constructor
PlusIcon({})
Implementation
PlusIcon({Key? key,
required this.onTapCallBack,
required this.onHoverCallBack,
required this.totalCount,
required this.decorationCheck
}): super(key: key);
PlusIcon({Key? key,
required this.onTapCallBack,
required this.onHoverCallBack,
required this.totalCount,
required this.decorationCheck
}): super(key: key);