OneFloating constructor
const
OneFloating({})
Implementation
const OneFloating({
super.key,
this.icon,
this.onPressed,
this.isShow = true,
this.heroTag,
this.isLoading = false,
this.isGray = false,
});
const OneFloating({
super.key,
this.icon,
this.onPressed,
this.isShow = true,
this.heroTag,
this.isLoading = false,
this.isGray = false,
});