GridConfig class
网格配置
Constructors
- GridConfig({bool visible = true, double range = 10.0, double step = 1.0, Color color = const Color(0x44888888)})
-
const
Properties
Methods
-
copyWith(
{bool? visible, double? range, double? step, Color? color}) → GridConfig -
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