unbounded property

bool? unbounded

Surfaces for bounded ripples should have the overflow property set to hidden, while surfaces for unbounded ripples should have it set to visible.

Implementation

bool? get unbounded => js.unbounded;
void unbounded=(bool? value)

Implementation

set unbounded(bool? value) => js.unbounded = value;