ParentNodeTheme<T> constructor
const
ParentNodeTheme<T> ({
- Widget? widget,
- Widget? widgetResolver(
- Node<
T> node
- Node<
- Widget? openWidget,
- Widget? openWidgetResolver(
- Node<
T> node
- Node<
- double width = 20.0,
- double height = 20.0,
- EdgeInsets padding = EdgeInsets.zero,
- EdgeInsets margin = EdgeInsets.zero,
- TextStyle? textStyle,
- TextStyle? textStyleResolver(
- Node<
T> node
- Node<
- String? labelResolver(
- Node<
T> node
- Node<
- Color? hoverColor,
- Color? splashColor,
- Color? highlightColor,
- NodeTooltipTheme<
T> ? tooltipTheme,
Creates a ParentNodeTheme
Implementation
const ParentNodeTheme({
this.widget,
this.widgetResolver,
this.openWidget,
this.openWidgetResolver,
this.width = 20.0,
this.height = 20.0,
this.padding = EdgeInsets.zero,
this.margin = EdgeInsets.zero,
this.textStyle,
this.textStyleResolver,
this.labelResolver,
this.hoverColor,
this.splashColor,
this.highlightColor,
this.tooltipTheme,
});