headerBuilder abstract method

Widget headerBuilder(
  1. BuildContext context,
  2. Widget spacer,
  3. String path,
  4. bool albumMode,
  5. double borderRadius,
)

MaxExtentHeaderBuilder For the ImagePicker Displayed when the sliding sheet current extent reaches expanded extent

Implementation

Widget headerBuilder(BuildContext context, Widget spacer, String path, bool albumMode, double borderRadius);