menu
shared_code package
documentation
shared_code/widgets/fast_widgets/user_image.dart
UserImage
placeholderWidth method
placeholderWidth method
dark_mode
light_mode
placeholderWidth
method
double
placeholderWidth
(
double
rad
)
Implementation
double placeholderWidth(double rad) { if (24 > rad) { return rad / 2; } else { return 24; } }
shared_code package
documentation
shared_code/widgets/fast_widgets/user_image
UserImage
placeholderWidth method
UserImage class