FloatActionButtonText constructor
const
FloatActionButtonText({})
Implementation
const FloatActionButtonText({
Key? key,
this.icon,
this.text,
this.textLeft = -110,
this.textTop = -10,
this.onPressed,
}) : super(key: key);