headerWrapper abstract method

Widget? headerWrapper(
  1. BuildContext context,
  2. double borderRadius,
  3. Widget child
)

Builds a wrapper around the gif header and provides the border radius

Implementation

Widget? headerWrapper(BuildContext context, double borderRadius, Widget child);