FFtView constructor
const
FFtView({})
Implementation
const FFtView({
super.key,
required this.width,
required this.controller,
required this.indicatorWidth,
this.spaceWidth = 0,
this.indicatorHeight = 40,
this.color = Colors.black,
});