txtNoFollowingFoundStyle property
Text style for "no items found" message.
Implementation
var txtNoFollowingFoundStyle = const TextStyle(
color: Colors.black38,
fontSize: 18.0,
fontStyle: FontStyle.italic,
height: 1,
);
Text style for "no items found" message.
var txtNoFollowingFoundStyle = const TextStyle(
color: Colors.black38,
fontSize: 18.0,
fontStyle: FontStyle.italic,
height: 1,
);