MediaOverlay class widgets

Constructors

MediaOverlay({Key? key, required Widget child, ShareMediaCallback? shareMediaCallback})
const

Properties

child → Widget
final
shareMediaCallback ShareMediaCallback?
final

Methods

createState() → State<MediaOverlay>
Creates the mutable state for this widget at a given location in the tree.

Static Methods

of(BuildContext context) MediaOverlayState