FxTextLiquidFill constructor
FxTextLiquidFill({})
Implementation
FxTextLiquidFill(
{Key? key,
required this.text,
this.textStyle,
this.loadDuration,
this.waveDuration,
this.boxHeight,
this.boxWidth,
this.boxBackgroundColor,
this.waveColor})
: super(key: key);