menu
shape_of_view_null_safe package
documentation
shape/custom.dart
CustomShape
generatePath method
generatePath method
dark_mode
light_mode
generatePath
method
Path
generatePath
(
{
Rect
?
rect
,
})
Implementation
Path generatePath({Rect? rect}) { return this.builder!(rect); }
shape_of_view_null_safe package
documentation
shape/custom
CustomShape
generatePath method
CustomShape class