BoardArrow class
An arrow for the last move done on board.
Constructors
- BoardArrow.new({required String from, required String to})
- Constructor. from : from square (e.g 'd2'). to : to square (e.g 'd4'). color: color of the arrow from flutter material package (e.g Colors.green).
Properties
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 -
Equality operator.
override