MediasfuGeneric constructor

const MediasfuGeneric(
  1. {Key? key,
  2. required MediasfuGenericOptions options}
)

Implementation

const MediasfuGeneric({
  super.key,
  required this.options,
});