doNotUseThisHorizontalValue function

double doNotUseThisHorizontalValue({
  1. required BuildContext context,
})

Implementation

double doNotUseThisHorizontalValue({required BuildContext context}) {
  return (MediaQuery.of(context).size.width / 100);
}