AzInkWell constructor

AzInkWell(
  1. Widget? child, {
  2. Key? key,
})

Implementation

AzInkWell(this.child, {Key? key}) : super(key: key);