buttonWidth static method

double buttonWidth(
  1. BuildContext context
)

Implementation

static double buttonWidth(BuildContext context) =>
    MediaQuery.of(context).size.width * .8;