PopupWindowButton<T> constructor
const
PopupWindowButton<T> ({})
Implementation
const PopupWindowButton({
Key? key,
this.child,
this.window,
this.offset = Offset.zero,
this.elevation = 2.0,
this.duration = 300,
this.type = MaterialType.card,
this.showType = ShowType.tap,
}) : super(key: key);