gigaSpacingOf static method
Implementation
static GigaSpacing gigaSpacingOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<Spacing>()?.gigaSpacing ??
(throw AssertionError("No Spacing found in context. Please use the ResponsiveScaffold"));
}