FlutlyToastApperiances constructor
Implementation
FlutlyToastApperiances({
this.backgroundColor,
this.textFC,
this.borderRadius,
}) {
backgroundColor ??= Get.find<FlutlyTheme>().getColor("buttonColor");
borderRadius ??= 6;
if(textFC == "" || textFC == null) textFC = "small textColor normal";
}