DebugMode class

A class to describe visual cues to assist the visualization of a mesh gradient.

Beware that some of these features may cause significant performance issues and it should not be used in production code.

Annotations

Constructors

DebugMode({bool enableDots = false})
Creates a new DebugMode with the given enableDots value.
const

Properties

enableDots bool
Enable dots to be drawn on the mesh gradient.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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.
override

Constants

dots → const DebugMode
Only enableDots is set to true.
none → const DebugMode
Disable all debug features.