txtNoFollowingFoundStyle property

TextStyle txtNoFollowingFoundStyle
getter/setter pair

Text style for "no items found" message.

Implementation

var txtNoFollowingFoundStyle = const TextStyle(
  color: Colors.black38,
  fontSize: 18.0,
  fontStyle: FontStyle.italic,
  height: 1,
);