Skip to content

Instantly share code, notes, and snippets.

import 'dart:collection';
import 'package:flutter/material.dart';
import 'package:flutter/scheduler.dart';
/// A widget that visualizes widget rebuilds by drawing a flashing rectangle
/// over widgets that have just rebuilt.
///
/// Usage:
/// ```dart
/// void main() {
true