StickyNote constructor Null safety
Creates a StickyNote containing the child widget with a background color, withing a container of fixed width and height.
Implementation
const StickyNote({
Key? key,
required this.child,
required this.color,
required this.width,
required this.height,
}) : super(key: key);