vwNoItemFoundPadding property

EdgeInsets vwNoItemFoundPadding
getter/setter pair

Padding inside the "no items found" container.

Implementation

var vwNoItemFoundPadding =
    const EdgeInsets.only(left: 32.0, top: 16.0, bottom: 16.0, right: 32.0);