TitleBarNodeWidget class

Inheritance

Constructors

TitleBarNodeWidget({required Widget icon, required Widget title, double width = 150, Color? titleBarColor, Color? backgroundColor, List<BoxShadow>? boxShadow, double? radius, BoxBorder? border, BoxBorder? selectedBorder, Gradient? gradient, BlendMode? backgroundBlendMode, DecorationImage? image, BoxBorder? titleBarBorder, Gradient? titleBarGradient, BlendMode? titleBarBackgroundBlendMode, DecorationImage? titleBarImage, double? iconTileSpacing, EdgeInsetsGeometry? titleBarPadding, EdgeInsetsGeometry? contentPadding, required String name, required String typeName, required Widget child})

Properties

att → NodeWidgetAtt
finalinherited
backgroundBlendMode BlendMode?
final
backgroundColor Color?
final
border BoxBorder?
final
boxShadow List<BoxShadow>?
final
child Widget
final
contentPadding EdgeInsetsGeometry?
final
gradient Gradient?
final
hashCode int
The hash code for this object.
no setterinherited
icon Widget
final
iconTileSpacing double?
final
image DecorationImage?
final
isSelected bool
Flag to specify if the node is selected
no setterinherited
name String
finalinherited
radius double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedBorder BoxBorder?
final
title Widget
final
titleBarBackgroundBlendMode BlendMode?
final
titleBarBorder BoxBorder?
final
titleBarColor Color?
final
titleBarGradient Gradient?
final
titleBarImage DecorationImage?
final
titleBarPadding EdgeInsetsGeometry?
final
typeName String
finalinherited
width double
finalinherited

Methods

customBuild(BuildContext context) Widget
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
selectNode(BuildContext context) → void
Mark node as selected
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited