SHeaderThemeData constructor

const SHeaderThemeData({
  1. TextStyle style = const TextStyle(color: Colors.black54, fontSize: 12),
  2. TextStyle descStyle = const TextStyle(color: Colors.white, height: 1, fontSize: 13),
  3. double iconSize = 15,
  4. double spacing = 8,
})

Implementation

const SHeaderThemeData({
  this.style = const TextStyle(color: Colors.black54, fontSize: 12),
  this.descStyle =
      const TextStyle(color: Colors.white, height: 1, fontSize: 13),
  this.iconSize = 15,
  this.spacing = 8,
});