FlutterPathProxy constructor

FlutterPathProxy({
  1. Path? p,
})

Implementation

FlutterPathProxy({Path? p}) : path = p ?? Path();