fixed method

  1. @override
bool fixed()

Whether the convex shape is fixed center or positioned according to selection.

Implementation

@override
bool fixed() {
  return true;
}