SFenceThemeData constructor

const SFenceThemeData({
  1. List<Color> backgroundColors = const [Color(0xfff5f5f5)],
  2. List<Color> hightlightedColors = const [Colors.white],
  3. double height = 42,
})

Implementation

const SFenceThemeData({
  this.backgroundColors = const [Color(0xfff5f5f5)],
  this.hightlightedColors = const [Colors.white],
  this.height = 42,
});