getValue method
Get value based on current context.
Implementation
T getValue(BuildContext context) {
return responsiveValue(
context,
mobile: mobile,
tablet: tablet,
desktop: desktop,
widescreen: widescreen,
);
}
Get value based on current context.
T getValue(BuildContext context) {
return responsiveValue(
context,
mobile: mobile,
tablet: tablet,
desktop: desktop,
widescreen: widescreen,
);
}