ConnectorType enum Null safety
Type of connector line.
Constants
- curve → const ConnectorType
-
- ConnectorType.curve, will render the data label connector line curly.
const ConnectorType(0)
- line → const ConnectorType
-
- ConnectorType.line, will render the data label connector lien straightly.
const ConnectorType(1)
-
values
→ const List<
ConnectorType> -
A constant List of the values in this enum, in order of their declaration.
const List<
ConnectorType>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited