shrinkWrapHumanBubblesOf static method
Implementation
static bool shrinkWrapHumanBubblesOf(BuildContext context) {
return maybeOf(context)?.shrinkWrapHumanBubbles ?? false;
}
static bool shrinkWrapHumanBubblesOf(BuildContext context) {
return maybeOf(context)?.shrinkWrapHumanBubbles ?? false;
}