hasBox property

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

Whether the popup panel has an enclosing box that wraps the content.

This gives the panel a shadow and background color. When it's off, no animation delayed is applied.

Implementation

@Input()
bool hasBox = true;