inkBackground property

  1. @Input('ink')
bool inkBackground
getter/setter pair

Sets the background color of the popup to be ink ($mat-grey-700).

Implementation

@Input('ink')
bool inkBackground = false;