build method

Widget build(
  1. BuildContext context
)

Implementation

Widget build(BuildContext context) {
  return SnackBar(
    backgroundColor: backgroundColor,
    content: content,
  );
}