screen static method

BoxDecoration screen(
  1. BuildContext context
)

Full-screen scaffold background decoration.

Implementation

static BoxDecoration screen(BuildContext context) =>
    _getDecoration(context, 'screen');