GraphWidget constructor
const
GraphWidget({
- Key? key,
- required MBGraphSize graphSize,
- required MBTickerType tickerType,
- required MBTimeWindow timeWindow,
- required Map<
String, dynamic> variable, - required Color color,
- required double height,
- required List<
MBGraphSize> allowedSizes, - required List<
MBVariableType> allowedVariableTypes, - required List<
MBVariableForm> allowedVariableForms, - required DateTime referenceTime,
Implementation
const GraphWidget({
super.key,
required this.graphSize,
required this.tickerType,
required this.timeWindow,
required this.variable,
required this.color,
required this.height,
required this.allowedSizes,
required this.allowedVariableTypes,
required this.allowedVariableForms,
required this.referenceTime
});