CreateToastChild typedef

CreateToastChild = Widget Function(String msg, {Color? backgroundColor, double? fontSize, Color? textColor})

Implementation

typedef Widget CreateToastChild(String msg, {
  double? fontSize,
  Color? backgroundColor,
  Color? textColor
});