menu
shape_of_view_null_safe package
documentation
shape/star.dart
StarShape
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/star
StarShape
build method
StarShape class