One of the mat-divider attributes in Angular Material is inset an Input that takes a boolean. In the documentation, it refers to it as follows:
Whether the divider is an inset divider.
But it does not define it properly, so I wondered what it precisely does if we set it to true.


