Skip to content

Instantly share code, notes, and snippets.

import 'package:flutter/material.dart';
enum NotifiedContainerType {
success,
info,
warning,
error
}
class NotifiedContainer extends StatefulWidget {