StickableScreen constructor

const StickableScreen({
  1. Key? key,
  2. required Widget child,
  3. List<Widget>? sticker,
})

Implementation

const StickableScreen({Key? key, required this.child, this.sticker}) : super(key: key);