menu
flutter_animated_border package
documentation
flutter_animated_border.dart
BorderSegment
getRadius method
getRadius method
dark_mode
light_mode
getRadius
method
double
getRadius
(
double
parentHeight
)
Implementation
double getRadius(double parentHeight) { return (initialSize + (parentHeight * heightFactor)) / 2; }
flutter_animated_border package
documentation
flutter_animated_border
BorderSegment
getRadius method
BorderSegment class