menu
shape_of_view_null_safe package
documentation
shape/custom.dart
CustomShape
build method
build method
dark_mode
light_mode
build
method
@
override
Path
build
(
{
Rect
?
rect
,
double
?
scale
,
})
override
Implementation
@override Path build({Rect? rect, double? scale}) { return generatePath(rect: rect); }
shape_of_view_null_safe package
documentation
shape/custom
CustomShape
build method
CustomShape class