GraphViewBuildDelegate<V, G> class
Constructors
-
GraphViewBuildDelegate.new({VertexBuilder<
V> buildVertex = _buildVertex, EdgeBuilder<V> buildEdge = _buildEdge, GroupBuilder<V, G> buildGroup = _buildGroup, double groupBorderRadius = 0}) -
const
Properties
-
buildEdge
→ EdgeBuilder<
V> -
final
-
buildGroup
→ GroupBuilder<
V, G> -
final
-
buildVertex
→ VertexBuilder<
V> -
final
- groupBorderRadius → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
BuildContext context, Graph< V> graph, GraphViewGrouping<V, G> ? grouping) → List<Widget> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited