debugRandomColor property

Widget get debugRandomColor

Implementation

Widget get debugRandomColor {
  return Container(
    color: colorWithRandom(),
    child: this,
  );
}