I/flutter (15065): ══╡ EXCEPTION CAUGHT BY RENDERING LIBRARY ╞═════════════════════════════════════════════════════════
I/flutter (15065): The following assertion was thrown during compositing:
I/flutter (15065): Painting order is out of order with respect to elevation.
I/flutter (15065):
I/flutter (15065): Attempted to composite layer:
I/flutter (15065): PhysicalModelLayer#c1c68(creator: PhysicalModel ← AnimatedPhysicalModel ← Material ← ConstrainedBox
I/flutter (15065): ← Container ← Stack ← Column ← Directionality ← [root], elevation: 1.0, color: MaterialColor(primary
I/flutter (15065): value: Color(0xff2196f3)))
I/flutter (15065): after layer:
I/flutter (15065): PhysicalModelLayer#d7ff6(creator: PhysicalModel ← AnimatedPhysicalModel ← Material ← ConstrainedBox
I/flutter (15065): ← Container ← Stack ← Column ← Directionality ← [root], elevation: 1.2, color: MaterialColor(primary
I/flutter (15065): value: Color(0xff4caf50)))
I/flutter (15065): which occupies the same area at a higher elevation.
I/flutter (15065): ════════════════════════════════════════════════════════════════════════════════════════════════════
Although unfortunately only for the first one. Is there some way you think I could highlight that this will be added with more information elsewhere?