center property

  1. @Input()
bool center
getter/setter pair

Whether the ripple should start from the center of the container.

Implementation

@Input()
bool center = false;