FlowShader constructor
const
FlowShader({})
Implementation
const FlowShader({
Key? key,
required this.child,
this.duration = const Duration(seconds: 2),
this.direction = Axis.horizontal,
this.flowColors = const <Color>[Colors.white, Colors.black],
}) : assert(flowColors.length == 2),
super(key: key);