text static method

void text({
  1. required String text,
})

Implementation

static void text({required String text}) => FLToast.showText(text: text);