GraphViewConfiguration constructor
const
GraphViewConfiguration({
- Key? key,
- GraphViewThemeData? theme,
- GraphViewThemeData? darkTheme,
- bool useAppTheme = true,
- required Widget child,
Implementation
const GraphViewConfiguration({
super.key,
this.theme,
this.darkTheme,
this.useAppTheme = true,
required super.child,
});