createPath method

  1. @override
Path createPath(
  1. double size,
  2. Neighbors? neighbors
)
override

Implementation

@override
Path createPath(double size, Neighbors? neighbors) => Path()
  ..addRect(Rect.fromLTRB(0, 0, size, size));