header static method

BoxDecoration header(
  1. BuildContext context
)

Hero / top-of-screen header band decoration.

Implementation

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