subtitleAndButtonSpacing property
double
get
subtitleAndButtonSpacing
Implementation
double get subtitleAndButtonSpacing {
switch (this) {
case EmptyHierarchy.sm:
return OneSpace.s24;
case EmptyHierarchy.md:
return OneSpace.s32;
case EmptyHierarchy.lg:
return OneSpace.s32;
}
}